Shades of Lime Green #14CC28
Tints of Lime Green #14CC28
RGB
CMYK
RGB Variations
Color information
#14CC28 (or 0x14CC28) is known color: Lime Green. HEX triplet: 14, CC and 28. RGB value is (20,204,40). Sum of RGB (Red+Green+Blue) = 20+204+40=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 204 (80.08% from 255 or 77.27% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CC28 is #EB33D7. Grayscale: #828282. Windows color (decimal): -15414232 or 2673684. OLE color: 2673684.
HSL color Cylindrical-coordinate representation of color #14CC28: hue angle of 126.52º 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 #14CC28 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 40 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.2 |
| HSL | 126.52º | 0.82% | 0.44% | - |
| HSV(B) | 126.52º | 0.9% | 0.8% | - |
| XYZ | 22.26 | 43.49 | 9.23 | - |
| YUV | 130.29 | 77.04 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 40 | 0.90 | 0 | 0.80 | 0.2 | 126.52 | 0.82 | 0.44 |
| Hex | 14 | CC | 28 | 5A | 0 | 50 | 14 | 7F | 52 | 2C |
| Octal | 24 | 314 | 50 | 132 | 0 | 120 | 24 | 177 | 122 | 54 |
| Binary | 10100 | 11001100 | 101000 | 1011010 | 0 | 1010000 | 10100 | 1111111 | 1010010 | 101100 |
Color Harmonies of #14CC28
Complementary color
Monochromatic Colors of #14CC28
Black with #14CC28
Text Example
Text Example
White with #14CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC28; }
p { color: rgb(20,204,40); }
H1.HeaderClassName
{
color: #14CC28;
}
.AnyTagClassName
{
color: #14CC28;
}
</style>
background-color css
<style>
a { background-color: #14CC28; }
a { background-color: rgb(20,204,40); }
div.DivClassName
{
background-color: #14CC28;
}
.BgClassName
{
background-color: #14CC28;
}
</style>
border-color css
<style>
span { border-color: #14CC28; }
span { border-color: rgb(20,204,40); }
td.TdClassName
{
border-color: #14CC28;
}
.TagClassName
{
border-color: #14CC28;
}
</style>