Shades of Lime Green #31D04D
Tints of Lime Green #31D04D
RGB
CMYK
RGB Variations
Color information
#31D04D (or 0x31D04D) is known color: Lime Green. HEX triplet: 31, D0 and 4D. RGB value is (49,208,77). Sum of RGB (Red+Green+Blue) = 49+208+77=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #31D04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D04D is #CE2FB2. Grayscale: #919191. Windows color (decimal): -13512627 or 5099569. OLE color: 5099569.
HSL color Cylindrical-coordinate representation of color #31D04D: hue angle of 130.57º 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 #31D04D is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 77 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.18 |
| HSL | 130.57º | 0.63% | 0.5% | - |
| HSV(B) | 130.57º | 0.76% | 0.82% | - |
| XYZ | 25.16 | 46.3 | 14.63 | - |
| YUV | 145.53 | 89.32 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 77 | 0.76 | 0 | 0.63 | 0.18 | 130.57 | 0.63 | 0.5 |
| Hex | 31 | D0 | 4D | 4C | 0 | 3F | 12 | 83 | 3F | 32 |
| Octal | 61 | 320 | 115 | 114 | 0 | 77 | 22 | 203 | 77 | 62 |
| Binary | 110001 | 11010000 | 1001101 | 1001100 | 0 | 111111 | 10010 | 10000011 | 111111 | 110010 |
Color Harmonies of #31D04D
Complementary color
Monochromatic Colors of #31D04D
Black with #31D04D
Text Example
Text Example
White with #31D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D04D; }
p { color: rgb(49,208,77); }
H1.HeaderClassName
{
color: #31D04D;
}
.AnyTagClassName
{
color: #31D04D;
}
</style>
background-color css
<style>
a { background-color: #31D04D; }
a { background-color: rgb(49,208,77); }
div.DivClassName
{
background-color: #31D04D;
}
.BgClassName
{
background-color: #31D04D;
}
</style>
border-color css
<style>
span { border-color: #31D04D; }
span { border-color: rgb(49,208,77); }
td.TdClassName
{
border-color: #31D04D;
}
.TagClassName
{
border-color: #31D04D;
}
</style>