Shades of Lime Green #31E217
Tints of Lime Green #31E217
RGB
CMYK
RGB Variations
Color information
#31E217 (or 0x31E217) is known color: Lime Green. HEX triplet: 31, E2 and 17. RGB value is (49,226,23). Sum of RGB (Red+Green+Blue) = 49+226+23=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 226 (88.67% from 255 or 75.84% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 226 - color contains mainly: green. Hex color #31E217 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E217 is #CE1DE8. Grayscale: #969696. Windows color (decimal): -13508073 or 1565233. OLE color: 1565233.
HSL color Cylindrical-coordinate representation of color #31E217: hue angle of 112.32º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31E217 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 226 | 23 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.11 |
| HSL | 112.32º | 0.82% | 0.49% | - |
| HSV(B) | 112.32º | 0.9% | 0.89% | - |
| XYZ | 28.62 | 55.11 | 9.94 | - |
| YUV | 149.94 | 56.36 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 23 | 0.78 | 0 | 0.90 | 0.11 | 112.32 | 0.82 | 0.49 |
| Hex | 31 | E2 | 17 | 4E | 0 | 5A | B | 70 | 52 | 31 |
| Octal | 61 | 342 | 27 | 116 | 0 | 132 | 13 | 160 | 122 | 61 |
| Binary | 110001 | 11100010 | 10111 | 1001110 | 0 | 1011010 | 1011 | 1110000 | 1010010 | 110001 |
Color Harmonies of #31E217
Complementary color
Monochromatic Colors of #31E217
Black with #31E217
Text Example
Text Example
White with #31E217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E217; }
p { color: rgb(49,226,23); }
H1.HeaderClassName
{
color: #31E217;
}
.AnyTagClassName
{
color: #31E217;
}
</style>
background-color css
<style>
a { background-color: #31E217; }
a { background-color: rgb(49,226,23); }
div.DivClassName
{
background-color: #31E217;
}
.BgClassName
{
background-color: #31E217;
}
</style>
border-color css
<style>
span { border-color: #31E217; }
span { border-color: rgb(49,226,23); }
td.TdClassName
{
border-color: #31E217;
}
.TagClassName
{
border-color: #31E217;
}
</style>