Shades of Lime Green #11CF20
Tints of Lime Green #11CF20
RGB
CMYK
RGB Variations
Color information
#11CF20 (or 0x11CF20) is known color: Lime Green. HEX triplet: 11, CF and 20. RGB value is (17,207,32). Sum of RGB (Red+Green+Blue) = 17+207+32=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 207 (81.25% from 255 or 80.86% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CF20 is #EE30DF. Grayscale: #828282. Windows color (decimal): -15610080 or 2150161. OLE color: 2150161.
HSL color Cylindrical-coordinate representation of color #11CF20: hue angle of 124.74º 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 #11CF20 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 32 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.19 |
| HSL | 124.74º | 0.85% | 0.44% | - |
| HSV(B) | 124.74º | 0.92% | 0.81% | - |
| XYZ | 22.8 | 44.85 | 8.82 | - |
| YUV | 130.24 | 72.55 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 32 | 0.92 | 0 | 0.85 | 0.19 | 124.74 | 0.85 | 0.44 |
| Hex | 11 | CF | 20 | 5C | 0 | 55 | 13 | 7D | 55 | 2C |
| Octal | 21 | 317 | 40 | 134 | 0 | 125 | 23 | 175 | 125 | 54 |
| Binary | 10001 | 11001111 | 100000 | 1011100 | 0 | 1010101 | 10011 | 1111101 | 1010101 | 101100 |
Color Harmonies of #11CF20
Complementary color
Monochromatic Colors of #11CF20
Black with #11CF20
Text Example
Text Example
White with #11CF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CF20; }
p { color: rgb(17,207,32); }
H1.HeaderClassName
{
color: #11CF20;
}
.AnyTagClassName
{
color: #11CF20;
}
</style>
background-color css
<style>
a { background-color: #11CF20; }
a { background-color: rgb(17,207,32); }
div.DivClassName
{
background-color: #11CF20;
}
.BgClassName
{
background-color: #11CF20;
}
</style>
border-color css
<style>
span { border-color: #11CF20; }
span { border-color: rgb(17,207,32); }
td.TdClassName
{
border-color: #11CF20;
}
.TagClassName
{
border-color: #11CF20;
}
</style>