Shades of Lime Green #31E036
Tints of Lime Green #31E036
RGB
CMYK
RGB Variations
Color information
#31E036 (or 0x31E036) is known color: Lime Green. HEX triplet: 31, E0 and 36. RGB value is (49,224,54). Sum of RGB (Red+Green+Blue) = 49+224+54=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 224 (87.89% from 255 or 68.50% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 224 - color contains mainly: green. Hex color #31E036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E036 is #CE1FC9. Grayscale: #989898. Windows color (decimal): -13508554 or 3596337. OLE color: 3596337.
HSL color Cylindrical-coordinate representation of color #31E036: hue angle of 121.71º degrees, saturation: 0.74, 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 #31E036 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 54 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.12 |
| HSL | 121.71º | 0.74% | 0.54% | - |
| HSV(B) | 121.71º | 0.78% | 0.88% | - |
| XYZ | 28.59 | 54.23 | 12.45 | - |
| YUV | 152.3 | 72.52 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 54 | 0.78 | 0 | 0.76 | 0.12 | 121.71 | 0.74 | 0.54 |
| Hex | 31 | E0 | 36 | 4E | 0 | 4C | C | 7A | 4A | 36 |
| Octal | 61 | 340 | 66 | 116 | 0 | 114 | 14 | 172 | 112 | 66 |
| Binary | 110001 | 11100000 | 110110 | 1001110 | 0 | 1001100 | 1100 | 1111010 | 1001010 | 110110 |
Color Harmonies of #31E036
Complementary color
Monochromatic Colors of #31E036
Black with #31E036
Text Example
Text Example
White with #31E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E036; }
p { color: rgb(49,224,54); }
H1.HeaderClassName
{
color: #31E036;
}
.AnyTagClassName
{
color: #31E036;
}
</style>
background-color css
<style>
a { background-color: #31E036; }
a { background-color: rgb(49,224,54); }
div.DivClassName
{
background-color: #31E036;
}
.BgClassName
{
background-color: #31E036;
}
</style>
border-color css
<style>
span { border-color: #31E036; }
span { border-color: rgb(49,224,54); }
td.TdClassName
{
border-color: #31E036;
}
.TagClassName
{
border-color: #31E036;
}
</style>