Shades of Lime Green #31D053
Tints of Lime Green #31D053
RGB
CMYK
RGB Variations
Color information
#31D053 (or 0x31D053) is known color: Lime Green. HEX triplet: 31, D0 and 53. RGB value is (49,208,83). Sum of RGB (Red+Green+Blue) = 49+208+83=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #31D053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D053 is #CE2FAC. Grayscale: #929292. Windows color (decimal): -13512621 or 5492785. OLE color: 5492785.
HSL color Cylindrical-coordinate representation of color #31D053: hue angle of 132.83º 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 #31D053 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 83 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.18 |
| HSL | 132.83º | 0.63% | 0.5% | - |
| HSV(B) | 132.83º | 0.76% | 0.82% | - |
| XYZ | 25.38 | 46.39 | 15.8 | - |
| YUV | 146.21 | 92.32 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 83 | 0.76 | 0 | 0.60 | 0.18 | 132.83 | 0.63 | 0.5 |
| Hex | 31 | D0 | 53 | 4C | 0 | 3C | 12 | 85 | 3F | 32 |
| Octal | 61 | 320 | 123 | 114 | 0 | 74 | 22 | 205 | 77 | 62 |
| Binary | 110001 | 11010000 | 1010011 | 1001100 | 0 | 111100 | 10010 | 10000101 | 111111 | 110010 |
Color Harmonies of #31D053
Complementary color
Monochromatic Colors of #31D053
Black with #31D053
Text Example
Text Example
White with #31D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D053; }
p { color: rgb(49,208,83); }
H1.HeaderClassName
{
color: #31D053;
}
.AnyTagClassName
{
color: #31D053;
}
</style>
background-color css
<style>
a { background-color: #31D053; }
a { background-color: rgb(49,208,83); }
div.DivClassName
{
background-color: #31D053;
}
.BgClassName
{
background-color: #31D053;
}
</style>
border-color css
<style>
span { border-color: #31D053; }
span { border-color: rgb(49,208,83); }
td.TdClassName
{
border-color: #31D053;
}
.TagClassName
{
border-color: #31D053;
}
</style>