Shades of Lime Green #1CB614
Tints of Lime Green #1CB614
RGB
CMYK
RGB Variations
Color information
#1CB614 (or 0x1CB614) is known color: Lime Green. HEX triplet: 1C, B6 and 14. RGB value is (28,182,20). Sum of RGB (Red+Green+Blue) = 28+182+20=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 182 (71.48% from 255 or 79.13% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB614 is #E349EB. Grayscale: #757575. Windows color (decimal): -14895596 or 1357340. OLE color: 1357340.
HSL color Cylindrical-coordinate representation of color #1CB614: hue angle of 117.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CB614 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 20 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.29 |
| HSL | 117.04º | 0.8% | 0.4% | - |
| HSV(B) | 117.04º | 0.89% | 0.71% | - |
| XYZ | 17.33 | 33.75 | 6.26 | - |
| YUV | 117.49 | 72.98 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 20 | 0.85 | 0 | 0.89 | 0.29 | 117.04 | 0.8 | 0.4 |
| Hex | 1C | B6 | 14 | 55 | 0 | 59 | 1D | 75 | 50 | 28 |
| Octal | 34 | 266 | 24 | 125 | 0 | 131 | 35 | 165 | 120 | 50 |
| Binary | 11100 | 10110110 | 10100 | 1010101 | 0 | 1011001 | 11101 | 1110101 | 1010000 | 101000 |
Color Harmonies of #1CB614
Complementary color
Monochromatic Colors of #1CB614
Black with #1CB614
Text Example
Text Example
White with #1CB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB614; }
p { color: rgb(28,182,20); }
H1.HeaderClassName
{
color: #1CB614;
}
.AnyTagClassName
{
color: #1CB614;
}
</style>
background-color css
<style>
a { background-color: #1CB614; }
a { background-color: rgb(28,182,20); }
div.DivClassName
{
background-color: #1CB614;
}
.BgClassName
{
background-color: #1CB614;
}
</style>
border-color css
<style>
span { border-color: #1CB614; }
span { border-color: rgb(28,182,20); }
td.TdClassName
{
border-color: #1CB614;
}
.TagClassName
{
border-color: #1CB614;
}
</style>