Shades of Lime Green #31DA15
Tints of Lime Green #31DA15
RGB
CMYK
RGB Variations
Color information
#31DA15 (or 0x31DA15) is known color: Lime Green. HEX triplet: 31, DA and 15. RGB value is (49,218,21). Sum of RGB (Red+Green+Blue) = 49+218+21=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 218 (85.55% from 255 or 75.69% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DA15 is #CE25EA. Grayscale: #919191. Windows color (decimal): -13510123 or 1432113. OLE color: 1432113.
HSL color Cylindrical-coordinate representation of color #31DA15: hue angle of 111.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31DA15 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 21 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.15 |
| HSL | 111.47º | 0.82% | 0.47% | - |
| HSV(B) | 111.47º | 0.9% | 0.85% | - |
| XYZ | 26.47 | 50.85 | 9.13 | - |
| YUV | 145.01 | 58.01 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 21 | 0.78 | 0 | 0.90 | 0.15 | 111.47 | 0.82 | 0.47 |
| Hex | 31 | DA | 15 | 4E | 0 | 5A | F | 6F | 52 | 2F |
| Octal | 61 | 332 | 25 | 116 | 0 | 132 | 17 | 157 | 122 | 57 |
| Binary | 110001 | 11011010 | 10101 | 1001110 | 0 | 1011010 | 1111 | 1101111 | 1010010 | 101111 |
Color Harmonies of #31DA15
Complementary color
Monochromatic Colors of #31DA15
Black with #31DA15
Text Example
Text Example
White with #31DA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA15; }
p { color: rgb(49,218,21); }
H1.HeaderClassName
{
color: #31DA15;
}
.AnyTagClassName
{
color: #31DA15;
}
</style>
background-color css
<style>
a { background-color: #31DA15; }
a { background-color: rgb(49,218,21); }
div.DivClassName
{
background-color: #31DA15;
}
.BgClassName
{
background-color: #31DA15;
}
</style>
border-color css
<style>
span { border-color: #31DA15; }
span { border-color: rgb(49,218,21); }
td.TdClassName
{
border-color: #31DA15;
}
.TagClassName
{
border-color: #31DA15;
}
</style>