Shades of Lime Green #31E84A
Tints of Lime Green #31E84A
RGB
CMYK
RGB Variations
Color information
#31E84A (or 0x31E84A) is known color: Lime Green. HEX triplet: 31, E8 and 4A. RGB value is (49,232,74). Sum of RGB (Red+Green+Blue) = 49+232+74=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 232 (91.02% from 255 or 65.35% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 232 - color contains mainly: green. Hex color #31E84A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E84A is #CE17B5. Grayscale: #9F9F9F. Windows color (decimal): -13506486 or 4909105. OLE color: 4909105.
HSL color Cylindrical-coordinate representation of color #31E84A: hue angle of 128.2º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E84A is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 232 | 74 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.09 |
| HSL | 128.2º | 0.8% | 0.55% | - |
| HSV(B) | 128.2º | 0.79% | 0.91% | - |
| XYZ | 31.36 | 58.86 | 16.19 | - |
| YUV | 159.27 | 79.87 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 232 | 74 | 0.79 | 0 | 0.68 | 0.09 | 128.2 | 0.8 | 0.55 |
| Hex | 31 | E8 | 4A | 4F | 0 | 44 | 9 | 80 | 50 | 37 |
| Octal | 61 | 350 | 112 | 117 | 0 | 104 | 11 | 200 | 120 | 67 |
| Binary | 110001 | 11101000 | 1001010 | 1001111 | 0 | 1000100 | 1001 | 10000000 | 1010000 | 110111 |
Color Harmonies of #31E84A
Complementary color
Monochromatic Colors of #31E84A
Black with #31E84A
Text Example
Text Example
White with #31E84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E84A; }
p { color: rgb(49,232,74); }
H1.HeaderClassName
{
color: #31E84A;
}
.AnyTagClassName
{
color: #31E84A;
}
</style>
background-color css
<style>
a { background-color: #31E84A; }
a { background-color: rgb(49,232,74); }
div.DivClassName
{
background-color: #31E84A;
}
.BgClassName
{
background-color: #31E84A;
}
</style>
border-color css
<style>
span { border-color: #31E84A; }
span { border-color: rgb(49,232,74); }
td.TdClassName
{
border-color: #31E84A;
}
.TagClassName
{
border-color: #31E84A;
}
</style>