Shades of Lime Green #1CBC11
Tints of Lime Green #1CBC11
RGB
CMYK
RGB Variations
Color information
#1CBC11 (or 0x1CBC11) is known color: Lime Green. HEX triplet: 1C, BC and 11. RGB value is (28,188,17). Sum of RGB (Red+Green+Blue) = 28+188+17=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBC11 is #E343EE. Grayscale: #797979. Windows color (decimal): -14894063 or 1162268. OLE color: 1162268.
HSL color Cylindrical-coordinate representation of color #1CBC11: hue angle of 116.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CBC11 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 17 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.26 |
| HSL | 116.14º | 0.83% | 0.4% | - |
| HSV(B) | 116.14º | 0.91% | 0.74% | - |
| XYZ | 18.56 | 36.25 | 6.55 | - |
| YUV | 120.67 | 69.49 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 17 | 0.85 | 0 | 0.91 | 0.26 | 116.14 | 0.83 | 0.4 |
| Hex | 1C | BC | 11 | 55 | 0 | 5B | 1A | 74 | 53 | 28 |
| Octal | 34 | 274 | 21 | 125 | 0 | 133 | 32 | 164 | 123 | 50 |
| Binary | 11100 | 10111100 | 10001 | 1010101 | 0 | 1011011 | 11010 | 1110100 | 1010011 | 101000 |
Color Harmonies of #1CBC11
Complementary color
Monochromatic Colors of #1CBC11
Black with #1CBC11
Text Example
Text Example
White with #1CBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC11; }
p { color: rgb(28,188,17); }
H1.HeaderClassName
{
color: #1CBC11;
}
.AnyTagClassName
{
color: #1CBC11;
}
</style>
background-color css
<style>
a { background-color: #1CBC11; }
a { background-color: rgb(28,188,17); }
div.DivClassName
{
background-color: #1CBC11;
}
.BgClassName
{
background-color: #1CBC11;
}
</style>
border-color css
<style>
span { border-color: #1CBC11; }
span { border-color: rgb(28,188,17); }
td.TdClassName
{
border-color: #1CBC11;
}
.TagClassName
{
border-color: #1CBC11;
}
</style>