Shades of Lime Green #31DB2A
Tints of Lime Green #31DB2A
RGB
CMYK
RGB Variations
Color information
#31DB2A (or 0x31DB2A) is known color: Lime Green. HEX triplet: 31, DB and 2A. RGB value is (49,219,42). Sum of RGB (Red+Green+Blue) = 49+219+42=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 219 (85.94% from 255 or 70.65% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DB2A is #CE24D5. Grayscale: #949494. Windows color (decimal): -13509846 or 2808625. OLE color: 2808625.
HSL color Cylindrical-coordinate representation of color #31DB2A: hue angle of 117.63º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DB2A is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 42 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.14 |
| HSL | 117.63º | 0.71% | 0.51% | - |
| HSV(B) | 117.63º | 0.81% | 0.86% | - |
| XYZ | 27.02 | 51.48 | 10.7 | - |
| YUV | 147.99 | 68.18 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 42 | 0.78 | 0 | 0.81 | 0.14 | 117.63 | 0.71 | 0.51 |
| Hex | 31 | DB | 2A | 4E | 0 | 51 | E | 76 | 47 | 33 |
| Octal | 61 | 333 | 52 | 116 | 0 | 121 | 16 | 166 | 107 | 63 |
| Binary | 110001 | 11011011 | 101010 | 1001110 | 0 | 1010001 | 1110 | 1110110 | 1000111 | 110011 |
Color Harmonies of #31DB2A
Complementary color
Monochromatic Colors of #31DB2A
Black with #31DB2A
Text Example
Text Example
White with #31DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB2A; }
p { color: rgb(49,219,42); }
H1.HeaderClassName
{
color: #31DB2A;
}
.AnyTagClassName
{
color: #31DB2A;
}
</style>
background-color css
<style>
a { background-color: #31DB2A; }
a { background-color: rgb(49,219,42); }
div.DivClassName
{
background-color: #31DB2A;
}
.BgClassName
{
background-color: #31DB2A;
}
</style>
border-color css
<style>
span { border-color: #31DB2A; }
span { border-color: rgb(49,219,42); }
td.TdClassName
{
border-color: #31DB2A;
}
.TagClassName
{
border-color: #31DB2A;
}
</style>