Shades of Lime Green #1CB714
Tints of Lime Green #1CB714
RGB
CMYK
RGB Variations
Color information
#1CB714 (or 0x1CB714) is known color: Lime Green. HEX triplet: 1C, B7 and 14. RGB value is (28,183,20). Sum of RGB (Red+Green+Blue) = 28+183+20=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 183 (71.88% from 255 or 79.22% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB714 is #E348EB. Grayscale: #767676. Windows color (decimal): -14895340 or 1357596. OLE color: 1357596.
HSL color Cylindrical-coordinate representation of color #1CB714: hue angle of 117.06º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CB714 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 20 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.28 |
| HSL | 117.06º | 0.8% | 0.4% | - |
| HSV(B) | 117.06º | 0.89% | 0.72% | - |
| XYZ | 17.54 | 34.16 | 6.33 | - |
| YUV | 118.07 | 72.65 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 20 | 0.85 | 0 | 0.89 | 0.28 | 117.06 | 0.8 | 0.4 |
| Hex | 1C | B7 | 14 | 55 | 0 | 59 | 1C | 75 | 50 | 28 |
| Octal | 34 | 267 | 24 | 125 | 0 | 131 | 34 | 165 | 120 | 50 |
| Binary | 11100 | 10110111 | 10100 | 1010101 | 0 | 1011001 | 11100 | 1110101 | 1010000 | 101000 |
Color Harmonies of #1CB714
Complementary color
Monochromatic Colors of #1CB714
Black with #1CB714
Text Example
Text Example
White with #1CB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB714; }
p { color: rgb(28,183,20); }
H1.HeaderClassName
{
color: #1CB714;
}
.AnyTagClassName
{
color: #1CB714;
}
</style>
background-color css
<style>
a { background-color: #1CB714; }
a { background-color: rgb(28,183,20); }
div.DivClassName
{
background-color: #1CB714;
}
.BgClassName
{
background-color: #1CB714;
}
</style>
border-color css
<style>
span { border-color: #1CB714; }
span { border-color: rgb(28,183,20); }
td.TdClassName
{
border-color: #1CB714;
}
.TagClassName
{
border-color: #1CB714;
}
</style>