Shades of Lime Green #1CBC20
Tints of Lime Green #1CBC20
RGB
CMYK
RGB Variations
Color information
#1CBC20 (or 0x1CBC20) is known color: Lime Green. HEX triplet: 1C, BC and 20. RGB value is (28,188,32). Sum of RGB (Red+Green+Blue) = 28+188+32=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 188 (73.83% from 255 or 75.81% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC20 is #E343DF. Grayscale: #7A7A7A. Windows color (decimal): -14894048 or 2145308. OLE color: 2145308.
HSL color Cylindrical-coordinate representation of color #1CBC20: hue angle of 121.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC20 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 32 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.26 |
| HSL | 121.5º | 0.74% | 0.42% | - |
| HSV(B) | 121.5º | 0.85% | 0.74% | - |
| XYZ | 18.72 | 36.32 | 7.39 | - |
| YUV | 122.38 | 76.99 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 32 | 0.85 | 0 | 0.83 | 0.26 | 121.5 | 0.74 | 0.42 |
| Hex | 1C | BC | 20 | 55 | 0 | 53 | 1A | 7A | 4A | 2A |
| Octal | 34 | 274 | 40 | 125 | 0 | 123 | 32 | 172 | 112 | 52 |
| Binary | 11100 | 10111100 | 100000 | 1010101 | 0 | 1010011 | 11010 | 1111010 | 1001010 | 101010 |
Color Harmonies of #1CBC20
Complementary color
Monochromatic Colors of #1CBC20
Black with #1CBC20
Text Example
Text Example
White with #1CBC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC20; }
p { color: rgb(28,188,32); }
H1.HeaderClassName
{
color: #1CBC20;
}
.AnyTagClassName
{
color: #1CBC20;
}
</style>
background-color css
<style>
a { background-color: #1CBC20; }
a { background-color: rgb(28,188,32); }
div.DivClassName
{
background-color: #1CBC20;
}
.BgClassName
{
background-color: #1CBC20;
}
</style>
border-color css
<style>
span { border-color: #1CBC20; }
span { border-color: rgb(28,188,32); }
td.TdClassName
{
border-color: #1CBC20;
}
.TagClassName
{
border-color: #1CBC20;
}
</style>