Shades of Lime Green #1CBB15
Tints of Lime Green #1CBB15
RGB
CMYK
RGB Variations
Color information
#1CBB15 (or 0x1CBB15) is known color: Lime Green. HEX triplet: 1C, BB and 15. RGB value is (28,187,21). Sum of RGB (Red+Green+Blue) = 28+187+21=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 187 (73.44% from 255 or 79.24% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBB15 is #E344EA. Grayscale: #797979. Windows color (decimal): -14894315 or 1424156. OLE color: 1424156.
HSL color Cylindrical-coordinate representation of color #1CBB15: hue angle of 117.47º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CBB15 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 21 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.27 |
| HSL | 117.47º | 0.8% | 0.41% | - |
| HSV(B) | 117.47º | 0.89% | 0.73% | - |
| XYZ | 18.38 | 35.84 | 6.66 | - |
| YUV | 120.54 | 71.82 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 21 | 0.85 | 0 | 0.89 | 0.27 | 117.47 | 0.8 | 0.41 |
| Hex | 1C | BB | 15 | 55 | 0 | 59 | 1B | 75 | 50 | 29 |
| Octal | 34 | 273 | 25 | 125 | 0 | 131 | 33 | 165 | 120 | 51 |
| Binary | 11100 | 10111011 | 10101 | 1010101 | 0 | 1011001 | 11011 | 1110101 | 1010000 | 101001 |
Color Harmonies of #1CBB15
Complementary color
Monochromatic Colors of #1CBB15
Black with #1CBB15
Text Example
Text Example
White with #1CBB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB15; }
p { color: rgb(28,187,21); }
H1.HeaderClassName
{
color: #1CBB15;
}
.AnyTagClassName
{
color: #1CBB15;
}
</style>
background-color css
<style>
a { background-color: #1CBB15; }
a { background-color: rgb(28,187,21); }
div.DivClassName
{
background-color: #1CBB15;
}
.BgClassName
{
background-color: #1CBB15;
}
</style>
border-color css
<style>
span { border-color: #1CBB15; }
span { border-color: rgb(28,187,21); }
td.TdClassName
{
border-color: #1CBB15;
}
.TagClassName
{
border-color: #1CBB15;
}
</style>