Shades of Lime Green #31DA2A
Tints of Lime Green #31DA2A
RGB
CMYK
RGB Variations
Color information
#31DA2A (or 0x31DA2A) is known color: Lime Green. HEX triplet: 31, DA and 2A. RGB value is (49,218,42). Sum of RGB (Red+Green+Blue) = 49+218+42=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 218 (85.55% from 255 or 70.55% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DA2A is #CE25D5. Grayscale: #939393. Windows color (decimal): -13510102 or 2808369. OLE color: 2808369.
HSL color Cylindrical-coordinate representation of color #31DA2A: hue angle of 117.61º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DA2A is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 42 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.15 |
| HSL | 117.61º | 0.7% | 0.51% | - |
| HSV(B) | 117.61º | 0.81% | 0.85% | - |
| XYZ | 26.76 | 50.96 | 10.62 | - |
| YUV | 147.41 | 68.51 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 42 | 0.78 | 0 | 0.81 | 0.15 | 117.61 | 0.7 | 0.51 |
| Hex | 31 | DA | 2A | 4E | 0 | 51 | F | 76 | 46 | 33 |
| Octal | 61 | 332 | 52 | 116 | 0 | 121 | 17 | 166 | 106 | 63 |
| Binary | 110001 | 11011010 | 101010 | 1001110 | 0 | 1010001 | 1111 | 1110110 | 1000110 | 110011 |
Color Harmonies of #31DA2A
Complementary color
Monochromatic Colors of #31DA2A
Black with #31DA2A
Text Example
Text Example
White with #31DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA2A; }
p { color: rgb(49,218,42); }
H1.HeaderClassName
{
color: #31DA2A;
}
.AnyTagClassName
{
color: #31DA2A;
}
</style>
background-color css
<style>
a { background-color: #31DA2A; }
a { background-color: rgb(49,218,42); }
div.DivClassName
{
background-color: #31DA2A;
}
.BgClassName
{
background-color: #31DA2A;
}
</style>
border-color css
<style>
span { border-color: #31DA2A; }
span { border-color: rgb(49,218,42); }
td.TdClassName
{
border-color: #31DA2A;
}
.TagClassName
{
border-color: #31DA2A;
}
</style>