Shades of Lime Green #1CBF14
Tints of Lime Green #1CBF14
RGB
CMYK
RGB Variations
Color information
#1CBF14 (or 0x1CBF14) is known color: Lime Green. HEX triplet: 1C, BF and 14. RGB value is (28,191,20). Sum of RGB (Red+Green+Blue) = 28+191+20=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 191 (75% from 255 or 79.92% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBF14 is #E340EB. Grayscale: #7B7B7B. Windows color (decimal): -14893292 or 1359644. OLE color: 1359644.
HSL color Cylindrical-coordinate representation of color #1CBF14: hue angle of 117.19º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CBF14 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 191 | 20 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.25 |
| HSL | 117.19º | 0.81% | 0.41% | - |
| HSV(B) | 117.19º | 0.9% | 0.75% | - |
| XYZ | 19.24 | 37.56 | 6.9 | - |
| YUV | 122.77 | 70 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 191 | 20 | 0.85 | 0 | 0.90 | 0.25 | 117.19 | 0.81 | 0.41 |
| Hex | 1C | BF | 14 | 55 | 0 | 5A | 19 | 75 | 51 | 29 |
| Octal | 34 | 277 | 24 | 125 | 0 | 132 | 31 | 165 | 121 | 51 |
| Binary | 11100 | 10111111 | 10100 | 1010101 | 0 | 1011010 | 11001 | 1110101 | 1010001 | 101001 |
Color Harmonies of #1CBF14
Complementary color
Monochromatic Colors of #1CBF14
Black with #1CBF14
Text Example
Text Example
White with #1CBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBF14; }
p { color: rgb(28,191,20); }
H1.HeaderClassName
{
color: #1CBF14;
}
.AnyTagClassName
{
color: #1CBF14;
}
</style>
background-color css
<style>
a { background-color: #1CBF14; }
a { background-color: rgb(28,191,20); }
div.DivClassName
{
background-color: #1CBF14;
}
.BgClassName
{
background-color: #1CBF14;
}
</style>
border-color css
<style>
span { border-color: #1CBF14; }
span { border-color: rgb(28,191,20); }
td.TdClassName
{
border-color: #1CBF14;
}
.TagClassName
{
border-color: #1CBF14;
}
</style>