Shades of Lime Green #11CE1E
Tints of Lime Green #11CE1E
RGB
CMYK
RGB Variations
Color information
#11CE1E (or 0x11CE1E) is known color: Lime Green. HEX triplet: 11, CE and 1E. RGB value is (17,206,30). Sum of RGB (Red+Green+Blue) = 17+206+30=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 206 (80.86% from 255 or 81.42% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 206 - color contains mainly: green. Hex color #11CE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CE1E is #EE31E1. Grayscale: #818181. Windows color (decimal): -15610338 or 2018833. OLE color: 2018833.
HSL color Cylindrical-coordinate representation of color #11CE1E: hue angle of 124.13º 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 #11CE1E is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 206 | 30 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.19 |
| HSL | 124.13º | 0.85% | 0.44% | - |
| HSV(B) | 124.13º | 0.92% | 0.81% | - |
| XYZ | 22.54 | 44.36 | 8.6 | - |
| YUV | 129.43 | 71.88 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 206 | 30 | 0.92 | 0 | 0.85 | 0.19 | 124.13 | 0.85 | 0.44 |
| Hex | 11 | CE | 1E | 5C | 0 | 55 | 13 | 7C | 55 | 2C |
| Octal | 21 | 316 | 36 | 134 | 0 | 125 | 23 | 174 | 125 | 54 |
| Binary | 10001 | 11001110 | 11110 | 1011100 | 0 | 1010101 | 10011 | 1111100 | 1010101 | 101100 |
Color Harmonies of #11CE1E
Complementary color
Monochromatic Colors of #11CE1E
Black with #11CE1E
Text Example
Text Example
White with #11CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CE1E; }
p { color: rgb(17,206,30); }
H1.HeaderClassName
{
color: #11CE1E;
}
.AnyTagClassName
{
color: #11CE1E;
}
</style>
background-color css
<style>
a { background-color: #11CE1E; }
a { background-color: rgb(17,206,30); }
div.DivClassName
{
background-color: #11CE1E;
}
.BgClassName
{
background-color: #11CE1E;
}
</style>
border-color css
<style>
span { border-color: #11CE1E; }
span { border-color: rgb(17,206,30); }
td.TdClassName
{
border-color: #11CE1E;
}
.TagClassName
{
border-color: #11CE1E;
}
</style>