Shades of Lime Green #31CF17
Tints of Lime Green #31CF17
RGB
CMYK
RGB Variations
Color information
#31CF17 (or 0x31CF17) is known color: Lime Green. HEX triplet: 31, CF and 17. RGB value is (49,207,23). Sum of RGB (Red+Green+Blue) = 49+207+23=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 207 (81.25% from 255 or 74.19% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CF17 is #CE30E8. Grayscale: #8B8B8B. Windows color (decimal): -13512937 or 1560369. OLE color: 1560369.
HSL color Cylindrical-coordinate representation of color #31CF17: hue angle of 111.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31CF17 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 23 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.19 |
| HSL | 111.52º | 0.8% | 0.45% | - |
| HSV(B) | 111.52º | 0.89% | 0.81% | - |
| XYZ | 23.73 | 45.34 | 8.31 | - |
| YUV | 138.78 | 62.65 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 23 | 0.76 | 0 | 0.89 | 0.19 | 111.52 | 0.8 | 0.45 |
| Hex | 31 | CF | 17 | 4C | 0 | 59 | 13 | 70 | 50 | 2D |
| Octal | 61 | 317 | 27 | 114 | 0 | 131 | 23 | 160 | 120 | 55 |
| Binary | 110001 | 11001111 | 10111 | 1001100 | 0 | 1011001 | 10011 | 1110000 | 1010000 | 101101 |
Color Harmonies of #31CF17
Complementary color
Monochromatic Colors of #31CF17
Black with #31CF17
Text Example
Text Example
White with #31CF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF17; }
p { color: rgb(49,207,23); }
H1.HeaderClassName
{
color: #31CF17;
}
.AnyTagClassName
{
color: #31CF17;
}
</style>
background-color css
<style>
a { background-color: #31CF17; }
a { background-color: rgb(49,207,23); }
div.DivClassName
{
background-color: #31CF17;
}
.BgClassName
{
background-color: #31CF17;
}
</style>
border-color css
<style>
span { border-color: #31CF17; }
span { border-color: rgb(49,207,23); }
td.TdClassName
{
border-color: #31CF17;
}
.TagClassName
{
border-color: #31CF17;
}
</style>