Shades of Lime Green #31E54A
Tints of Lime Green #31E54A
RGB
CMYK
RGB Variations
Color information
#31E54A (or 0x31E54A) is known color: Lime Green. HEX triplet: 31, E5 and 4A. RGB value is (49,229,74). Sum of RGB (Red+Green+Blue) = 49+229+74=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 229 (89.84% from 255 or 65.06% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 229 - color contains mainly: green. Hex color #31E54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E54A is #CE1AB5. Grayscale: #9D9D9D. Windows color (decimal): -13507254 or 4908337. OLE color: 4908337.
HSL color Cylindrical-coordinate representation of color #31E54A: hue angle of 128.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E54A is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 229 | 74 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.10 |
| HSL | 128.33º | 0.78% | 0.55% | - |
| HSV(B) | 128.33º | 0.79% | 0.9% | - |
| XYZ | 30.52 | 57.19 | 15.91 | - |
| YUV | 157.51 | 80.87 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 229 | 74 | 0.79 | 0 | 0.68 | 0.10 | 128.33 | 0.78 | 0.55 |
| Hex | 31 | E5 | 4A | 4F | 0 | 44 | A | 80 | 4E | 37 |
| Octal | 61 | 345 | 112 | 117 | 0 | 104 | 12 | 200 | 116 | 67 |
| Binary | 110001 | 11100101 | 1001010 | 1001111 | 0 | 1000100 | 1010 | 10000000 | 1001110 | 110111 |
Color Harmonies of #31E54A
Complementary color
Monochromatic Colors of #31E54A
Black with #31E54A
Text Example
Text Example
White with #31E54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E54A; }
p { color: rgb(49,229,74); }
H1.HeaderClassName
{
color: #31E54A;
}
.AnyTagClassName
{
color: #31E54A;
}
</style>
background-color css
<style>
a { background-color: #31E54A; }
a { background-color: rgb(49,229,74); }
div.DivClassName
{
background-color: #31E54A;
}
.BgClassName
{
background-color: #31E54A;
}
</style>
border-color css
<style>
span { border-color: #31E54A; }
span { border-color: rgb(49,229,74); }
td.TdClassName
{
border-color: #31E54A;
}
.TagClassName
{
border-color: #31E54A;
}
</style>