Shades of Lime Green #31D41A
Tints of Lime Green #31D41A
RGB
CMYK
RGB Variations
Color information
#31D41A (or 0x31D41A) is known color: Lime Green. HEX triplet: 31, D4 and 1A. RGB value is (49,212,26). Sum of RGB (Red+Green+Blue) = 49+212+26=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 212 (83.20% from 255 or 73.87% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 212 - color contains mainly: green. Hex color #31D41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D41A is #CE2BE5. Grayscale: #8E8E8E. Windows color (decimal): -13511654 or 1758257. OLE color: 1758257.
HSL color Cylindrical-coordinate representation of color #31D41A: hue angle of 112.58º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31D41A is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 212 | 26 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.17 |
| HSL | 112.58º | 0.78% | 0.47% | - |
| HSV(B) | 112.58º | 0.88% | 0.83% | - |
| XYZ | 25 | 47.81 | 8.89 | - |
| YUV | 142.06 | 62.5 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 212 | 26 | 0.77 | 0 | 0.88 | 0.17 | 112.58 | 0.78 | 0.47 |
| Hex | 31 | D4 | 1A | 4D | 0 | 58 | 11 | 71 | 4E | 2F |
| Octal | 61 | 324 | 32 | 115 | 0 | 130 | 21 | 161 | 116 | 57 |
| Binary | 110001 | 11010100 | 11010 | 1001101 | 0 | 1011000 | 10001 | 1110001 | 1001110 | 101111 |
Color Harmonies of #31D41A
Complementary color
Monochromatic Colors of #31D41A
Black with #31D41A
Text Example
Text Example
White with #31D41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D41A; }
p { color: rgb(49,212,26); }
H1.HeaderClassName
{
color: #31D41A;
}
.AnyTagClassName
{
color: #31D41A;
}
</style>
background-color css
<style>
a { background-color: #31D41A; }
a { background-color: rgb(49,212,26); }
div.DivClassName
{
background-color: #31D41A;
}
.BgClassName
{
background-color: #31D41A;
}
</style>
border-color css
<style>
span { border-color: #31D41A; }
span { border-color: rgb(49,212,26); }
td.TdClassName
{
border-color: #31D41A;
}
.TagClassName
{
border-color: #31D41A;
}
</style>