Shades of Lime Green #31D032
Tints of Lime Green #31D032
RGB
CMYK
RGB Variations
Color information
#31D032 (or 0x31D032) is known color: Lime Green. HEX triplet: 31, D0 and 32. RGB value is (49,208,50). Sum of RGB (Red+Green+Blue) = 49+208+50=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 208 (81.64% from 255 or 67.75% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 208 - color contains mainly: green. Hex color #31D032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D032 is #CE2FCD. Grayscale: #8E8E8E. Windows color (decimal): -13512654 or 3330097. OLE color: 3330097.
HSL color Cylindrical-coordinate representation of color #31D032: hue angle of 120.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D032 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 50 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.18 |
| HSL | 120.38º | 0.63% | 0.5% | - |
| HSV(B) | 120.38º | 0.76% | 0.82% | - |
| XYZ | 24.4 | 46 | 10.61 | - |
| YUV | 142.45 | 75.82 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 50 | 0.76 | 0 | 0.76 | 0.18 | 120.38 | 0.63 | 0.5 |
| Hex | 31 | D0 | 32 | 4C | 0 | 4C | 12 | 78 | 3F | 32 |
| Octal | 61 | 320 | 62 | 114 | 0 | 114 | 22 | 170 | 77 | 62 |
| Binary | 110001 | 11010000 | 110010 | 1001100 | 0 | 1001100 | 10010 | 1111000 | 111111 | 110010 |
Color Harmonies of #31D032
Complementary color
Monochromatic Colors of #31D032
Black with #31D032
Text Example
Text Example
White with #31D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D032; }
p { color: rgb(49,208,50); }
H1.HeaderClassName
{
color: #31D032;
}
.AnyTagClassName
{
color: #31D032;
}
</style>
background-color css
<style>
a { background-color: #31D032; }
a { background-color: rgb(49,208,50); }
div.DivClassName
{
background-color: #31D032;
}
.BgClassName
{
background-color: #31D032;
}
</style>
border-color css
<style>
span { border-color: #31D032; }
span { border-color: rgb(49,208,50); }
td.TdClassName
{
border-color: #31D032;
}
.TagClassName
{
border-color: #31D032;
}
</style>