Shades of Lime Green #31E134
Tints of Lime Green #31E134
RGB
CMYK
RGB Variations
Color information
#31E134 (or 0x31E134) is known color: Lime Green. HEX triplet: 31, E1 and 34. RGB value is (49,225,52). Sum of RGB (Red+Green+Blue) = 49+225+52=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #31E134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E134 is #CE1ECB. Grayscale: #999999. Windows color (decimal): -13508300 or 3465521. OLE color: 3465521.
HSL color Cylindrical-coordinate representation of color #31E134: hue angle of 121.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E134 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 52 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.12 |
| HSL | 121.02º | 0.75% | 0.54% | - |
| HSV(B) | 121.02º | 0.78% | 0.88% | - |
| XYZ | 28.81 | 54.75 | 12.3 | - |
| YUV | 152.65 | 71.19 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 52 | 0.78 | 0 | 0.77 | 0.12 | 121.02 | 0.75 | 0.54 |
| Hex | 31 | E1 | 34 | 4E | 0 | 4D | C | 79 | 4B | 36 |
| Octal | 61 | 341 | 64 | 116 | 0 | 115 | 14 | 171 | 113 | 66 |
| Binary | 110001 | 11100001 | 110100 | 1001110 | 0 | 1001101 | 1100 | 1111001 | 1001011 | 110110 |
Color Harmonies of #31E134
Complementary color
Monochromatic Colors of #31E134
Black with #31E134
Text Example
Text Example
White with #31E134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E134; }
p { color: rgb(49,225,52); }
H1.HeaderClassName
{
color: #31E134;
}
.AnyTagClassName
{
color: #31E134;
}
</style>
background-color css
<style>
a { background-color: #31E134; }
a { background-color: rgb(49,225,52); }
div.DivClassName
{
background-color: #31E134;
}
.BgClassName
{
background-color: #31E134;
}
</style>
border-color css
<style>
span { border-color: #31E134; }
span { border-color: rgb(49,225,52); }
td.TdClassName
{
border-color: #31E134;
}
.TagClassName
{
border-color: #31E134;
}
</style>