#31CA25

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

Shades of Lime Green #31CA25

Tints of Lime Green #31CA25

Color information

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

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

Color convert

RGB4920237-
CMYK0.7600.820.21
HSL115.64º69.04%46.86%-
HSV(B)115.64º81.68%79.22%-
XYZ22.7243.038.86-
YUV137.4471.3164.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal49202370.7600.820.21115.6469.0446.86
Hex31CA254C0521574452f
Octal613124511401222516410557
Binary110001110010101001011001100010100101010111101001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31CA25; }

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

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

<style>
 a { background-color: #31CA25; }

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

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

<style>
 span { border-color: #31CA25; }

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

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