#31D416

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

Shades of Lime Green #31D416

Tints of Lime Green #31D416

Color information

#31D416 (or 0x31D416) is unknown color: approx Lime Green. HEX triplet: 31, D4 and 16. RGB value is (49,212,22). Sum of RGB (Red+Green+Blue) = 49+212+22=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 212 (83.20% from 255 or 74.91% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 212 - color contains mainly: green. Hex color #31D416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D416 is #CE2BE9. Grayscale: #8E8E8E. Windows color (decimal): -13511658 or 1496113. OLE color: 1496113.

HSL color Cylindrical-coordinate representation of color #31D416: hue angle of 111.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31D416 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB4921222-
CMYK0.7700.900.17
HSL111.47º81.2%45.88%-
HSV(B)111.47º89.62%83.14%-
XYZ24.9547.88.67-
YUV141.660.561.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 212 (83.20% from 255) = 74.91%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=17.31%
G=74.91%
B=7.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal49212220.7700.900.17111.4781.245.88
Hex31D4164D05A116f512e
Octal613242611501322115712156
Binary11000111010100101101001101010110101000111011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,212,22); }

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

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

 a { background-color: rgb(49,212,22); }

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

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

 span { border-color: rgb(49,212,22); }

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