Shades of Lime Green #14CC18
Tints of Lime Green #14CC18
RGB
CMYK
RGB Variations
Color information
#14CC18 (or 0x14CC18) is known color: Lime Green. HEX triplet: 14, CC and 18. RGB value is (20,204,24). Sum of RGB (Red+Green+Blue) = 20+204+24=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 204 (80.08% from 255 or 82.26% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CC18 is #EB33E7. Grayscale: #818181. Windows color (decimal): -15414248 or 1625108. OLE color: 1625108.
HSL color Cylindrical-coordinate representation of color #14CC18: hue angle of 121.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC18 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 24 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.2 |
| HSL | 121.3º | 0.82% | 0.44% | - |
| HSV(B) | 121.3º | 0.9% | 0.8% | - |
| XYZ | 22.05 | 43.4 | 8.08 | - |
| YUV | 128.46 | 69.04 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 24 | 0.90 | 0 | 0.88 | 0.2 | 121.3 | 0.82 | 0.44 |
| Hex | 14 | CC | 18 | 5A | 0 | 58 | 14 | 79 | 52 | 2C |
| Octal | 24 | 314 | 30 | 132 | 0 | 130 | 24 | 171 | 122 | 54 |
| Binary | 10100 | 11001100 | 11000 | 1011010 | 0 | 1011000 | 10100 | 1111001 | 1010010 | 101100 |
Color Harmonies of #14CC18
Complementary color
Monochromatic Colors of #14CC18
Black with #14CC18
Text Example
Text Example
White with #14CC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC18; }
p { color: rgb(20,204,24); }
H1.HeaderClassName
{
color: #14CC18;
}
.AnyTagClassName
{
color: #14CC18;
}
</style>
background-color css
<style>
a { background-color: #14CC18; }
a { background-color: rgb(20,204,24); }
div.DivClassName
{
background-color: #14CC18;
}
.BgClassName
{
background-color: #14CC18;
}
</style>
border-color css
<style>
span { border-color: #14CC18; }
span { border-color: rgb(20,204,24); }
td.TdClassName
{
border-color: #14CC18;
}
.TagClassName
{
border-color: #14CC18;
}
</style>