Shades of Lime Green #31E446
Tints of Lime Green #31E446
RGB
CMYK
RGB Variations
Color information
#31E446 (or 0x31E446) is known color: Lime Green. HEX triplet: 31, E4 and 46. RGB value is (49,228,70). Sum of RGB (Red+Green+Blue) = 49+228+70=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 228 (89.45% from 255 or 65.71% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 228 - color contains mainly: green. Hex color #31E446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E446 is #CE1BB9. Grayscale: #9C9C9C. Windows color (decimal): -13507514 or 4645937. OLE color: 4645937.
HSL color Cylindrical-coordinate representation of color #31E446: hue angle of 127.04º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E446 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 228 | 70 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.11 |
| HSL | 127.04º | 0.77% | 0.54% | - |
| HSV(B) | 127.04º | 0.79% | 0.89% | - |
| XYZ | 30.12 | 56.58 | 15.13 | - |
| YUV | 156.47 | 79.2 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 228 | 70 | 0.79 | 0 | 0.69 | 0.11 | 127.04 | 0.77 | 0.54 |
| Hex | 31 | E4 | 46 | 4F | 0 | 45 | B | 7F | 4D | 36 |
| Octal | 61 | 344 | 106 | 117 | 0 | 105 | 13 | 177 | 115 | 66 |
| Binary | 110001 | 11100100 | 1000110 | 1001111 | 0 | 1000101 | 1011 | 1111111 | 1001101 | 110110 |
Color Harmonies of #31E446
Complementary color
Monochromatic Colors of #31E446
Black with #31E446
Text Example
Text Example
White with #31E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E446; }
p { color: rgb(49,228,70); }
H1.HeaderClassName
{
color: #31E446;
}
.AnyTagClassName
{
color: #31E446;
}
</style>
background-color css
<style>
a { background-color: #31E446; }
a { background-color: rgb(49,228,70); }
div.DivClassName
{
background-color: #31E446;
}
.BgClassName
{
background-color: #31E446;
}
</style>
border-color css
<style>
span { border-color: #31E446; }
span { border-color: rgb(49,228,70); }
td.TdClassName
{
border-color: #31E446;
}
.TagClassName
{
border-color: #31E446;
}
</style>