Shades of Lime Green #1CBC17
Tints of Lime Green #1CBC17
RGB
CMYK
RGB Variations
Color information
#1CBC17 (or 0x1CBC17) is known color: Lime Green. HEX triplet: 1C, BC and 17. RGB value is (28,188,23). Sum of RGB (Red+Green+Blue) = 28+188+23=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 188 (73.83% from 255 or 78.66% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBC17 is #E343E8. Grayscale: #797979. Windows color (decimal): -14894057 or 1555484. OLE color: 1555484.
HSL color Cylindrical-coordinate representation of color #1CBC17: hue angle of 118.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBC17 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 23 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.26 |
| HSL | 118.18º | 0.78% | 0.41% | - |
| HSV(B) | 118.18º | 0.88% | 0.74% | - |
| XYZ | 18.62 | 36.28 | 6.83 | - |
| YUV | 121.35 | 72.49 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 23 | 0.85 | 0 | 0.88 | 0.26 | 118.18 | 0.78 | 0.41 |
| Hex | 1C | BC | 17 | 55 | 0 | 58 | 1A | 76 | 4E | 29 |
| Octal | 34 | 274 | 27 | 125 | 0 | 130 | 32 | 166 | 116 | 51 |
| Binary | 11100 | 10111100 | 10111 | 1010101 | 0 | 1011000 | 11010 | 1110110 | 1001110 | 101001 |
Color Harmonies of #1CBC17
Complementary color
Monochromatic Colors of #1CBC17
Black with #1CBC17
Text Example
Text Example
White with #1CBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC17; }
p { color: rgb(28,188,23); }
H1.HeaderClassName
{
color: #1CBC17;
}
.AnyTagClassName
{
color: #1CBC17;
}
</style>
background-color css
<style>
a { background-color: #1CBC17; }
a { background-color: rgb(28,188,23); }
div.DivClassName
{
background-color: #1CBC17;
}
.BgClassName
{
background-color: #1CBC17;
}
</style>
border-color css
<style>
span { border-color: #1CBC17; }
span { border-color: rgb(28,188,23); }
td.TdClassName
{
border-color: #1CBC17;
}
.TagClassName
{
border-color: #1CBC17;
}
</style>