Shades of Lime Green #31C317
Tints of Lime Green #31C317
RGB
CMYK
RGB Variations
Color information
#31C317 (or 0x31C317) is known color: Lime Green. HEX triplet: 31, C3 and 17. RGB value is (49,195,23). Sum of RGB (Red+Green+Blue) = 49+195+23=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #31C317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C317 is #CE3CE8. Grayscale: #848484. Windows color (decimal): -13516009 or 1557297. OLE color: 1557297.
HSL color Cylindrical-coordinate representation of color #31C317: hue angle of 110.93º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31C317 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 195 | 23 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.24 |
| HSL | 110.93º | 0.79% | 0.43% | - |
| HSV(B) | 110.93º | 0.88% | 0.76% | - |
| XYZ | 20.94 | 39.75 | 7.38 | - |
| YUV | 131.74 | 66.63 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 195 | 23 | 0.75 | 0 | 0.88 | 0.24 | 110.93 | 0.79 | 0.43 |
| Hex | 31 | C3 | 17 | 4B | 0 | 58 | 18 | 6F | 4F | 2B |
| Octal | 61 | 303 | 27 | 113 | 0 | 130 | 30 | 157 | 117 | 53 |
| Binary | 110001 | 11000011 | 10111 | 1001011 | 0 | 1011000 | 11000 | 1101111 | 1001111 | 101011 |
Color Harmonies of #31C317
Complementary color
Monochromatic Colors of #31C317
Black with #31C317
Text Example
Text Example
White with #31C317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C317; }
p { color: rgb(49,195,23); }
H1.HeaderClassName
{
color: #31C317;
}
.AnyTagClassName
{
color: #31C317;
}
</style>
background-color css
<style>
a { background-color: #31C317; }
a { background-color: rgb(49,195,23); }
div.DivClassName
{
background-color: #31C317;
}
.BgClassName
{
background-color: #31C317;
}
</style>
border-color css
<style>
span { border-color: #31C317; }
span { border-color: rgb(49,195,23); }
td.TdClassName
{
border-color: #31C317;
}
.TagClassName
{
border-color: #31C317;
}
</style>