#25CA31

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

Shades of Lime Green #25CA31

Tints of Lime Green #25CA31

Color information

#25CA31 (or 0x25CA31) is unknown color: approx Lime Green. HEX triplet: 25, CA and 31. RGB value is (37,202,49). Sum of RGB (Red+Green+Blue) = 37+202+49=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 202 (79.30% from 255 or 70.14% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CA31 is #DA35CE. Grayscale: #878787. Windows color (decimal): -14300623 or 3263013. OLE color: 3263013.

HSL color Cylindrical-coordinate representation of color #25CA31: hue angle of 124.36º 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 #25CA31 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB3720249-
CMYK0.8200.760.21
HSL124.36º69.04%46.86%-
HSV(B)124.36º81.68%79.22%-
XYZ22.4442.8610-
YUV135.2279.3457.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.85%
GREEN value IS 202 (79.30% from 255) = 70.14%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=12.85%
G=70.14%
B=17.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal37202490.8200.760.21124.3669.0446.86
Hex25CA315204C157c452f
Octal453126112201142517410557
Binary100101110010101100011010010010011001010111111001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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