Shades of Lime Green #31CF11
Tints of Lime Green #31CF11
RGB
CMYK
RGB Variations
Color information
#31CF11 (or 0x31CF11) is known color: Lime Green. HEX triplet: 31, CF and 11. RGB value is (49,207,17). Sum of RGB (Red+Green+Blue) = 49+207+17=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CF11 is #CE30EE. Grayscale: #8A8A8A. Windows color (decimal): -13512943 or 1167153. OLE color: 1167153.
HSL color Cylindrical-coordinate representation of color #31CF11: hue angle of 109.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31CF11 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 17 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.19 |
| HSL | 109.89º | 0.85% | 0.44% | - |
| HSV(B) | 109.89º | 0.92% | 0.81% | - |
| XYZ | 23.68 | 45.32 | 8.03 | - |
| YUV | 138.1 | 59.65 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 17 | 0.76 | 0 | 0.92 | 0.19 | 109.89 | 0.85 | 0.44 |
| Hex | 31 | CF | 11 | 4C | 0 | 5C | 13 | 6E | 55 | 2C |
| Octal | 61 | 317 | 21 | 114 | 0 | 134 | 23 | 156 | 125 | 54 |
| Binary | 110001 | 11001111 | 10001 | 1001100 | 0 | 1011100 | 10011 | 1101110 | 1010101 | 101100 |
Color Harmonies of #31CF11
Complementary color
Monochromatic Colors of #31CF11
Black with #31CF11
Text Example
Text Example
White with #31CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF11; }
p { color: rgb(49,207,17); }
H1.HeaderClassName
{
color: #31CF11;
}
.AnyTagClassName
{
color: #31CF11;
}
</style>
background-color css
<style>
a { background-color: #31CF11; }
a { background-color: rgb(49,207,17); }
div.DivClassName
{
background-color: #31CF11;
}
.BgClassName
{
background-color: #31CF11;
}
</style>
border-color css
<style>
span { border-color: #31CF11; }
span { border-color: rgb(49,207,17); }
td.TdClassName
{
border-color: #31CF11;
}
.TagClassName
{
border-color: #31CF11;
}
</style>