Shades of Lime Green #31D24F
Tints of Lime Green #31D24F
RGB
CMYK
RGB Variations
Color information
#31D24F (or 0x31D24F) is known color: Lime Green. HEX triplet: 31, D2 and 4F. RGB value is (49,210,79). Sum of RGB (Red+Green+Blue) = 49+210+79=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #31D24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D24F is #CE2DB0. Grayscale: #939393. Windows color (decimal): -13512113 or 5231153. OLE color: 5231153.
HSL color Cylindrical-coordinate representation of color #31D24F: hue angle of 131.18º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D24F is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 79 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.18 |
| HSL | 131.18º | 0.64% | 0.51% | - |
| HSV(B) | 131.18º | 0.77% | 0.82% | - |
| XYZ | 25.72 | 47.31 | 15.17 | - |
| YUV | 146.93 | 89.66 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 79 | 0.77 | 0 | 0.62 | 0.18 | 131.18 | 0.64 | 0.51 |
| Hex | 31 | D2 | 4F | 4D | 0 | 3E | 12 | 83 | 40 | 33 |
| Octal | 61 | 322 | 117 | 115 | 0 | 76 | 22 | 203 | 100 | 63 |
| Binary | 110001 | 11010010 | 1001111 | 1001101 | 0 | 111110 | 10010 | 10000011 | 1000000 | 110011 |
Color Harmonies of #31D24F
Complementary color
Monochromatic Colors of #31D24F
Black with #31D24F
Text Example
Text Example
White with #31D24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D24F; }
p { color: rgb(49,210,79); }
H1.HeaderClassName
{
color: #31D24F;
}
.AnyTagClassName
{
color: #31D24F;
}
</style>
background-color css
<style>
a { background-color: #31D24F; }
a { background-color: rgb(49,210,79); }
div.DivClassName
{
background-color: #31D24F;
}
.BgClassName
{
background-color: #31D24F;
}
</style>
border-color css
<style>
span { border-color: #31D24F; }
span { border-color: rgb(49,210,79); }
td.TdClassName
{
border-color: #31D24F;
}
.TagClassName
{
border-color: #31D24F;
}
</style>