Shades of Lime Green #31D04C
Tints of Lime Green #31D04C
RGB
CMYK
RGB Variations
Color information
#31D04C (or 0x31D04C) is known color: Lime Green. HEX triplet: 31, D0 and 4C. RGB value is (49,208,76). Sum of RGB (Red+Green+Blue) = 49+208+76=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #31D04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D04C is #CE2FB3. Grayscale: #919191. Windows color (decimal): -13512628 or 5034033. OLE color: 5034033.
HSL color Cylindrical-coordinate representation of color #31D04C: hue angle of 130.19º 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 #31D04C is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 76 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.18 |
| HSL | 130.19º | 0.63% | 0.5% | - |
| HSV(B) | 130.19º | 0.76% | 0.82% | - |
| XYZ | 25.13 | 46.29 | 14.45 | - |
| YUV | 145.41 | 88.82 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 76 | 0.76 | 0 | 0.63 | 0.18 | 130.19 | 0.63 | 0.5 |
| Hex | 31 | D0 | 4C | 4C | 0 | 3F | 12 | 82 | 3F | 32 |
| Octal | 61 | 320 | 114 | 114 | 0 | 77 | 22 | 202 | 77 | 62 |
| Binary | 110001 | 11010000 | 1001100 | 1001100 | 0 | 111111 | 10010 | 10000010 | 111111 | 110010 |
Color Harmonies of #31D04C
Complementary color
Monochromatic Colors of #31D04C
Black with #31D04C
Text Example
Text Example
White with #31D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D04C; }
p { color: rgb(49,208,76); }
H1.HeaderClassName
{
color: #31D04C;
}
.AnyTagClassName
{
color: #31D04C;
}
</style>
background-color css
<style>
a { background-color: #31D04C; }
a { background-color: rgb(49,208,76); }
div.DivClassName
{
background-color: #31D04C;
}
.BgClassName
{
background-color: #31D04C;
}
</style>
border-color css
<style>
span { border-color: #31D04C; }
span { border-color: rgb(49,208,76); }
td.TdClassName
{
border-color: #31D04C;
}
.TagClassName
{
border-color: #31D04C;
}
</style>