Shades of Lime Green #1CBA19
Tints of Lime Green #1CBA19
RGB
CMYK
RGB Variations
Color information
#1CBA19 (or 0x1CBA19) is known color: Lime Green. HEX triplet: 1C, BA and 19. RGB value is (28,186,25). Sum of RGB (Red+Green+Blue) = 28+186+25=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 186 (73.05% from 255 or 77.82% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBA19 is #E345E6. Grayscale: #787878. Windows color (decimal): -14894567 or 1686044. OLE color: 1686044.
HSL color Cylindrical-coordinate representation of color #1CBA19: hue angle of 118.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBA19 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 25 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.27 |
| HSL | 118.88º | 0.76% | 0.41% | - |
| HSV(B) | 118.88º | 0.87% | 0.73% | - |
| XYZ | 18.21 | 35.43 | 6.8 | - |
| YUV | 120.4 | 74.15 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 25 | 0.85 | 0 | 0.87 | 0.27 | 118.88 | 0.76 | 0.41 |
| Hex | 1C | BA | 19 | 55 | 0 | 57 | 1B | 77 | 4C | 29 |
| Octal | 34 | 272 | 31 | 125 | 0 | 127 | 33 | 167 | 114 | 51 |
| Binary | 11100 | 10111010 | 11001 | 1010101 | 0 | 1010111 | 11011 | 1110111 | 1001100 | 101001 |
Color Harmonies of #1CBA19
Complementary color
Monochromatic Colors of #1CBA19
Black with #1CBA19
Text Example
Text Example
White with #1CBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA19; }
p { color: rgb(28,186,25); }
H1.HeaderClassName
{
color: #1CBA19;
}
.AnyTagClassName
{
color: #1CBA19;
}
</style>
background-color css
<style>
a { background-color: #1CBA19; }
a { background-color: rgb(28,186,25); }
div.DivClassName
{
background-color: #1CBA19;
}
.BgClassName
{
background-color: #1CBA19;
}
</style>
border-color css
<style>
span { border-color: #1CBA19; }
span { border-color: rgb(28,186,25); }
td.TdClassName
{
border-color: #1CBA19;
}
.TagClassName
{
border-color: #1CBA19;
}
</style>