Shades of Lime Green #11CB1E
Tints of Lime Green #11CB1E
RGB
CMYK
RGB Variations
Color information
#11CB1E (or 0x11CB1E) is known color: Lime Green. HEX triplet: 11, CB and 1E. RGB value is (17,203,30). Sum of RGB (Red+Green+Blue) = 17+203+30=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 203 (79.69% from 255 or 81.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 203 - color contains mainly: green. Hex color #11CB1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CB1E is #EE34E1. Grayscale: #808080. Windows color (decimal): -15611106 or 2018065. OLE color: 2018065.
HSL color Cylindrical-coordinate representation of color #11CB1E: hue angle of 124.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CB1E is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 203 | 30 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.20 |
| HSL | 124.19º | 0.85% | 0.43% | - |
| HSV(B) | 124.19º | 0.92% | 0.8% | - |
| XYZ | 21.82 | 42.92 | 8.36 | - |
| YUV | 127.66 | 72.88 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 30 | 0.92 | 0 | 0.85 | 0.20 | 124.19 | 0.85 | 0.43 |
| Hex | 11 | CB | 1E | 5C | 0 | 55 | 14 | 7C | 55 | 2B |
| Octal | 21 | 313 | 36 | 134 | 0 | 125 | 24 | 174 | 125 | 53 |
| Binary | 10001 | 11001011 | 11110 | 1011100 | 0 | 1010101 | 10100 | 1111100 | 1010101 | 101011 |
Color Harmonies of #11CB1E
Complementary color
Monochromatic Colors of #11CB1E
Black with #11CB1E
Text Example
Text Example
White with #11CB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CB1E; }
p { color: rgb(17,203,30); }
H1.HeaderClassName
{
color: #11CB1E;
}
.AnyTagClassName
{
color: #11CB1E;
}
</style>
background-color css
<style>
a { background-color: #11CB1E; }
a { background-color: rgb(17,203,30); }
div.DivClassName
{
background-color: #11CB1E;
}
.BgClassName
{
background-color: #11CB1E;
}
</style>
border-color css
<style>
span { border-color: #11CB1E; }
span { border-color: rgb(17,203,30); }
td.TdClassName
{
border-color: #11CB1E;
}
.TagClassName
{
border-color: #11CB1E;
}
</style>