Shades of Lime Green #31C817
Tints of Lime Green #31C817
RGB
CMYK
RGB Variations
Color information
#31C817 (or 0x31C817) is known color: Lime Green. HEX triplet: 31, C8 and 17. RGB value is (49,200,23). Sum of RGB (Red+Green+Blue) = 49+200+23=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 200 (78.52% from 255 or 73.53% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 200 - color contains mainly: green. Hex color #31C817 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C817 is #CE37E8. Grayscale: #878787. Windows color (decimal): -13514729 or 1558577. OLE color: 1558577.
HSL color Cylindrical-coordinate representation of color #31C817: hue angle of 111.19º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31C817 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 23 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.22 |
| HSL | 111.19º | 0.79% | 0.44% | - |
| HSV(B) | 111.19º | 0.89% | 0.78% | - |
| XYZ | 22.08 | 42.02 | 7.76 | - |
| YUV | 134.67 | 64.97 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 23 | 0.76 | 0 | 0.88 | 0.22 | 111.19 | 0.79 | 0.44 |
| Hex | 31 | C8 | 17 | 4C | 0 | 58 | 16 | 6F | 4F | 2C |
| Octal | 61 | 310 | 27 | 114 | 0 | 130 | 26 | 157 | 117 | 54 |
| Binary | 110001 | 11001000 | 10111 | 1001100 | 0 | 1011000 | 10110 | 1101111 | 1001111 | 101100 |
Color Harmonies of #31C817
Complementary color
Monochromatic Colors of #31C817
Black with #31C817
Text Example
Text Example
White with #31C817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C817; }
p { color: rgb(49,200,23); }
H1.HeaderClassName
{
color: #31C817;
}
.AnyTagClassName
{
color: #31C817;
}
</style>
background-color css
<style>
a { background-color: #31C817; }
a { background-color: rgb(49,200,23); }
div.DivClassName
{
background-color: #31C817;
}
.BgClassName
{
background-color: #31C817;
}
</style>
border-color css
<style>
span { border-color: #31C817; }
span { border-color: rgb(49,200,23); }
td.TdClassName
{
border-color: #31C817;
}
.TagClassName
{
border-color: #31C817;
}
</style>