#31CA20

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

Shades of Lime Green #31CA20

Tints of Lime Green #31CA20

Color information

#31CA20 (or 0x31CA20) is unknown color: approx Lime Green. HEX triplet: 31, CA and 20. RGB value is (49,202,32). Sum of RGB (Red+Green+Blue) = 49+202+32=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 202 (79.30% from 255 or 71.38% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CA20 is #CE35DF. Grayscale: #898989. Windows color (decimal): -13514208 or 2148913. OLE color: 2148913.

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

Color convert

RGB4920232-
CMYK0.7600.840.21
HSL114º72.65%45.88%-
HSV(B)114º84.16%79.22%-
XYZ22.65438.47-
YUV136.8768.8165.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 202 (79.30% from 255) = 71.38%
BLUE value IS 32 (12.89% from 255) = 11.31%
R=17.31%
G=71.38%
B=11.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal49202320.7600.840.2111472.6545.88
Hex31CA204C0541572492e
Octal613124011401242516211156
Binary110001110010101000001001100010101001010111100101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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