Shades of Lime Green #1CCE11
Tints of Lime Green #1CCE11
RGB
CMYK
RGB Variations
Color information
#1CCE11 (or 0x1CCE11) is known color: Lime Green. HEX triplet: 1C, CE and 11. RGB value is (28,206,17). Sum of RGB (Red+Green+Blue) = 28+206+17=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 206 (80.86% from 255 or 82.07% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCE11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCE11 is #E331EE. Grayscale: #838383. Windows color (decimal): -14889455 or 1166876. OLE color: 1166876.
HSL color Cylindrical-coordinate representation of color #1CCE11: hue angle of 116.51º 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 #1CCE11 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 206 | 17 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.19 |
| HSL | 116.51º | 0.85% | 0.44% | - |
| HSV(B) | 116.51º | 0.92% | 0.81% | - |
| XYZ | 22.65 | 44.43 | 7.91 | - |
| YUV | 131.23 | 63.53 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 17 | 0.86 | 0 | 0.92 | 0.19 | 116.51 | 0.85 | 0.44 |
| Hex | 1C | CE | 11 | 56 | 0 | 5C | 13 | 75 | 55 | 2C |
| Octal | 34 | 316 | 21 | 126 | 0 | 134 | 23 | 165 | 125 | 54 |
| Binary | 11100 | 11001110 | 10001 | 1010110 | 0 | 1011100 | 10011 | 1110101 | 1010101 | 101100 |
Color Harmonies of #1CCE11
Complementary color
Monochromatic Colors of #1CCE11
Black with #1CCE11
Text Example
Text Example
White with #1CCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCE11; }
p { color: rgb(28,206,17); }
H1.HeaderClassName
{
color: #1CCE11;
}
.AnyTagClassName
{
color: #1CCE11;
}
</style>
background-color css
<style>
a { background-color: #1CCE11; }
a { background-color: rgb(28,206,17); }
div.DivClassName
{
background-color: #1CCE11;
}
.BgClassName
{
background-color: #1CCE11;
}
</style>
border-color css
<style>
span { border-color: #1CCE11; }
span { border-color: rgb(28,206,17); }
td.TdClassName
{
border-color: #1CCE11;
}
.TagClassName
{
border-color: #1CCE11;
}
</style>