Shades of Lime Green #31D054
Tints of Lime Green #31D054
RGB
CMYK
RGB Variations
Color information
#31D054 (or 0x31D054) is known color: Lime Green. HEX triplet: 31, D0 and 54. RGB value is (49,208,84). Sum of RGB (Red+Green+Blue) = 49+208+84=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #31D054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D054 is #CE2FAB. Grayscale: #929292. Windows color (decimal): -13512620 or 5558321. OLE color: 5558321.
HSL color Cylindrical-coordinate representation of color #31D054: hue angle of 133.21º 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 #31D054 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 84 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.18 |
| HSL | 133.21º | 0.63% | 0.5% | - |
| HSV(B) | 133.21º | 0.76% | 0.82% | - |
| XYZ | 25.42 | 46.4 | 16 | - |
| YUV | 146.32 | 92.82 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 84 | 0.76 | 0 | 0.60 | 0.18 | 133.21 | 0.63 | 0.5 |
| Hex | 31 | D0 | 54 | 4C | 0 | 3C | 12 | 85 | 3F | 32 |
| Octal | 61 | 320 | 124 | 114 | 0 | 74 | 22 | 205 | 77 | 62 |
| Binary | 110001 | 11010000 | 1010100 | 1001100 | 0 | 111100 | 10010 | 10000101 | 111111 | 110010 |
Color Harmonies of #31D054
Complementary color
Monochromatic Colors of #31D054
Black with #31D054
Text Example
Text Example
White with #31D054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D054; }
p { color: rgb(49,208,84); }
H1.HeaderClassName
{
color: #31D054;
}
.AnyTagClassName
{
color: #31D054;
}
</style>
background-color css
<style>
a { background-color: #31D054; }
a { background-color: rgb(49,208,84); }
div.DivClassName
{
background-color: #31D054;
}
.BgClassName
{
background-color: #31D054;
}
</style>
border-color css
<style>
span { border-color: #31D054; }
span { border-color: rgb(49,208,84); }
td.TdClassName
{
border-color: #31D054;
}
.TagClassName
{
border-color: #31D054;
}
</style>