#25B92B

Color #25B92B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #25B92B

Tints of Lime Green #25B92B

Color information

#25B92B (or 0x25B92B) is unknown color: approx Lime Green. HEX triplet: 25, B9 and 2B. RGB value is (37,185,43). Sum of RGB (Red+Green+Blue) = 37+185+43=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 185 (72.66% from 255 or 69.81% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 185 - color contains mainly: green. Hex color #25B92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B92B is #DA46D4. Grayscale: #7C7C7C. Windows color (decimal): -14304981 or 2865445. OLE color: 2865445.

HSL color Cylindrical-coordinate representation of color #25B92B: hue angle of 122.43º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B92B is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB3718543-
CMYK0.8000.770.27
HSL122.43º66.67%43.53%-
HSV(B)122.43º80%72.55%-
XYZ18.5535.278.11-
YUV124.5681.9765.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 185 (72.66% from 255) = 69.81%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=13.96%
G=69.81%
B=16.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37185430.8000.770.27122.4366.6743.53
Hex25B92B5004D1B7a432c
Octal452715312001153317210354
Binary100101101110011010111010000010011011101111110101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25B92B; }

 p { color: rgb(37,185,43); }

 H1.HeaderClassName
 {
   color: #25B92B;
 }
 .AnyTagClassName
 {
   color: #25B92B;
 }
</style>
background-color css

<style>
 a { background-color: #25B92B; }

 a { background-color: rgb(37,185,43); }

 div.DivClassName
 {
   background-color: #25B92B;
 }
 .BgClassName
 {
   background-color: #25B92B;
 }
</style>
border-color css

<style>
 span { border-color: #25B92B; }

 span { border-color: rgb(37,185,43); }

 td.TdClassName
 {
   border-color: #25B92B;
 }
 .TagClassName
 {
   border-color: #25B92B;
 }
</style>