Shades of Lime Green #31D331
Tints of Lime Green #31D331
RGB
CMYK
RGB Variations
Color information
#31D331 (or 0x31D331) is known color: Lime Green. HEX triplet: 31, D3 and 31. RGB value is (49,211,49). Sum of RGB (Red+Green+Blue) = 49+211+49=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 211 (82.81% from 255 or 68.28% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 211 - color contains mainly: green. Hex color #31D331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D331 is #CE2CCE. Grayscale: #909090. Windows color (decimal): -13511887 or 3265329. OLE color: 3265329.
HSL color Cylindrical-coordinate representation of color #31D331: hue angle of 120º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D331 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 211 | 49 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.17 |
| HSL | 120º | 0.65% | 0.51% | - |
| HSV(B) | 120º | 0.77% | 0.83% | - |
| XYZ | 25.12 | 47.46 | 10.74 | - |
| YUV | 144.09 | 74.33 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 211 | 49 | 0.77 | 0 | 0.77 | 0.17 | 120 | 0.65 | 0.51 |
| Hex | 31 | D3 | 31 | 4D | 0 | 4D | 11 | 78 | 41 | 33 |
| Octal | 61 | 323 | 61 | 115 | 0 | 115 | 21 | 170 | 101 | 63 |
| Binary | 110001 | 11010011 | 110001 | 1001101 | 0 | 1001101 | 10001 | 1111000 | 1000001 | 110011 |
Color Harmonies of #31D331
Complementary color
Monochromatic Colors of #31D331
Black with #31D331
Text Example
Text Example
White with #31D331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D331; }
p { color: rgb(49,211,49); }
H1.HeaderClassName
{
color: #31D331;
}
.AnyTagClassName
{
color: #31D331;
}
</style>
background-color css
<style>
a { background-color: #31D331; }
a { background-color: rgb(49,211,49); }
div.DivClassName
{
background-color: #31D331;
}
.BgClassName
{
background-color: #31D331;
}
</style>
border-color css
<style>
span { border-color: #31D331; }
span { border-color: rgb(49,211,49); }
td.TdClassName
{
border-color: #31D331;
}
.TagClassName
{
border-color: #31D331;
}
</style>