Shades of Lime Green #1CBA20
Tints of Lime Green #1CBA20
RGB
CMYK
RGB Variations
Color information
#1CBA20 (or 0x1CBA20) is known color: Lime Green. HEX triplet: 1C, BA and 20. RGB value is (28,186,32). Sum of RGB (Red+Green+Blue) = 28+186+32=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 186 (73.05% from 255 or 75.61% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBA20 is #E345DF. Grayscale: #797979. Windows color (decimal): -14894560 or 2144796. OLE color: 2144796.
HSL color Cylindrical-coordinate representation of color #1CBA20: hue angle of 121.52º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA20 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 32 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.27 |
| HSL | 121.52º | 0.74% | 0.42% | - |
| HSV(B) | 121.52º | 0.85% | 0.73% | - |
| XYZ | 18.3 | 35.47 | 7.25 | - |
| YUV | 121.2 | 77.65 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 32 | 0.85 | 0 | 0.83 | 0.27 | 121.52 | 0.74 | 0.42 |
| Hex | 1C | BA | 20 | 55 | 0 | 53 | 1B | 7A | 4A | 2A |
| Octal | 34 | 272 | 40 | 125 | 0 | 123 | 33 | 172 | 112 | 52 |
| Binary | 11100 | 10111010 | 100000 | 1010101 | 0 | 1010011 | 11011 | 1111010 | 1001010 | 101010 |
Color Harmonies of #1CBA20
Complementary color
Monochromatic Colors of #1CBA20
Black with #1CBA20
Text Example
Text Example
White with #1CBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA20; }
p { color: rgb(28,186,32); }
H1.HeaderClassName
{
color: #1CBA20;
}
.AnyTagClassName
{
color: #1CBA20;
}
</style>
background-color css
<style>
a { background-color: #1CBA20; }
a { background-color: rgb(28,186,32); }
div.DivClassName
{
background-color: #1CBA20;
}
.BgClassName
{
background-color: #1CBA20;
}
</style>
border-color css
<style>
span { border-color: #1CBA20; }
span { border-color: rgb(28,186,32); }
td.TdClassName
{
border-color: #1CBA20;
}
.TagClassName
{
border-color: #1CBA20;
}
</style>