Shades of Lime Green #31E02E
Tints of Lime Green #31E02E
RGB
CMYK
RGB Variations
Color information
#31E02E (or 0x31E02E) is known color: Lime Green. HEX triplet: 31, E0 and 2E. RGB value is (49,224,46). Sum of RGB (Red+Green+Blue) = 49+224+46=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 224 (87.89% from 255 or 70.22% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 224 - color contains mainly: green. Hex color #31E02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E02E is #CE1FD1. Grayscale: #979797. Windows color (decimal): -13508562 or 3072049. OLE color: 3072049.
HSL color Cylindrical-coordinate representation of color #31E02E: hue angle of 118.99º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E02E is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 46 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.12 |
| HSL | 118.99º | 0.74% | 0.53% | - |
| HSV(B) | 118.99º | 0.79% | 0.88% | - |
| XYZ | 28.42 | 54.16 | 11.54 | - |
| YUV | 151.38 | 68.52 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 46 | 0.78 | 0 | 0.79 | 0.12 | 118.99 | 0.74 | 0.53 |
| Hex | 31 | E0 | 2E | 4E | 0 | 4F | C | 77 | 4A | 35 |
| Octal | 61 | 340 | 56 | 116 | 0 | 117 | 14 | 167 | 112 | 65 |
| Binary | 110001 | 11100000 | 101110 | 1001110 | 0 | 1001111 | 1100 | 1110111 | 1001010 | 110101 |
Color Harmonies of #31E02E
Complementary color
Monochromatic Colors of #31E02E
Black with #31E02E
Text Example
Text Example
White with #31E02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E02E; }
p { color: rgb(49,224,46); }
H1.HeaderClassName
{
color: #31E02E;
}
.AnyTagClassName
{
color: #31E02E;
}
</style>
background-color css
<style>
a { background-color: #31E02E; }
a { background-color: rgb(49,224,46); }
div.DivClassName
{
background-color: #31E02E;
}
.BgClassName
{
background-color: #31E02E;
}
</style>
border-color css
<style>
span { border-color: #31E02E; }
span { border-color: rgb(49,224,46); }
td.TdClassName
{
border-color: #31E02E;
}
.TagClassName
{
border-color: #31E02E;
}
</style>