Shades of Lime Green #31E317
Tints of Lime Green #31E317
RGB
CMYK
RGB Variations
Color information
#31E317 (or 0x31E317) is known color: Lime Green. HEX triplet: 31, E3 and 17. RGB value is (49,227,23). Sum of RGB (Red+Green+Blue) = 49+227+23=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 227 (89.06% from 255 or 75.92% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 227 - color contains mainly: green. Hex color #31E317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E317 is #CE1CE8. Grayscale: #979797. Windows color (decimal): -13507817 or 1565489. OLE color: 1565489.
HSL color Cylindrical-coordinate representation of color #31E317: hue angle of 112.35º 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 #31E317 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 227 | 23 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.11 |
| HSL | 112.35º | 0.82% | 0.49% | - |
| HSV(B) | 112.35º | 0.9% | 0.89% | - |
| XYZ | 28.89 | 55.65 | 10.03 | - |
| YUV | 150.52 | 56.03 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 227 | 23 | 0.78 | 0 | 0.90 | 0.11 | 112.35 | 0.82 | 0.49 |
| Hex | 31 | E3 | 17 | 4E | 0 | 5A | B | 70 | 52 | 31 |
| Octal | 61 | 343 | 27 | 116 | 0 | 132 | 13 | 160 | 122 | 61 |
| Binary | 110001 | 11100011 | 10111 | 1001110 | 0 | 1011010 | 1011 | 1110000 | 1010010 | 110001 |
Color Harmonies of #31E317
Complementary color
Monochromatic Colors of #31E317
Black with #31E317
Text Example
Text Example
White with #31E317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E317; }
p { color: rgb(49,227,23); }
H1.HeaderClassName
{
color: #31E317;
}
.AnyTagClassName
{
color: #31E317;
}
</style>
background-color css
<style>
a { background-color: #31E317; }
a { background-color: rgb(49,227,23); }
div.DivClassName
{
background-color: #31E317;
}
.BgClassName
{
background-color: #31E317;
}
</style>
border-color css
<style>
span { border-color: #31E317; }
span { border-color: rgb(49,227,23); }
td.TdClassName
{
border-color: #31E317;
}
.TagClassName
{
border-color: #31E317;
}
</style>