#25CA32

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

Shades of Lime Green #25CA32

Tints of Lime Green #25CA32

Color information

#25CA32 (or 0x25CA32) is unknown color: approx Lime Green. HEX triplet: 25, CA and 32. RGB value is (37,202,50). Sum of RGB (Red+Green+Blue) = 37+202+50=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CA32 is #DA35CD. Grayscale: #878787. Windows color (decimal): -14300622 or 3328549. OLE color: 3328549.

HSL color Cylindrical-coordinate representation of color #25CA32: hue angle of 124.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CA32 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB3720250-
CMYK0.8200.750.21
HSL124.73º69.04%46.86%-
HSV(B)124.73º81.68%79.22%-
XYZ22.4642.8610.11-
YUV135.3479.8457.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 202 (79.30% from 255) = 69.90%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=12.80%
G=69.90%
B=17.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal37202500.8200.750.21124.7369.0446.86
Hex25CA325204B157d452f
Octal453126212201132517510557
Binary100101110010101100101010010010010111010111111011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,202,50); }

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

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

 a { background-color: rgb(37,202,50); }

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

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

 span { border-color: rgb(37,202,50); }

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