#31CA40

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

Shades of Lime Green #31CA40

Tints of Lime Green #31CA40

Color information

#31CA40 (or 0x31CA40) is unknown color: approx Lime Green. HEX triplet: 31, CA and 40. RGB value is (49,202,64). Sum of RGB (Red+Green+Blue) = 49+202+64=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CA40 is #CE35BF. Grayscale: #8C8C8C. Windows color (decimal): -13514176 or 4246065. OLE color: 4246065.

HSL color Cylindrical-coordinate representation of color #31CA40: hue angle of 125.88º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA40 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB4920264-
CMYK0.7600.680.21
HSL125.88º60.96%49.22%-
HSV(B)125.88º75.74%79.22%-
XYZ23.3143.2611.97-
YUV140.5284.8162.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 202 (79.30% from 255) = 64.13%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=15.56%
G=64.13%
B=20.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal49202640.7600.680.21125.8860.9649.22
Hex31CA404C044157e3d31
Octal613121001140104251767561
Binary110001110010101000000100110001000100101011111110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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