Shades of Lime Green #14CF21
Tints of Lime Green #14CF21
RGB
CMYK
RGB Variations
Color information
#14CF21 (or 0x14CF21) is known color: Lime Green. HEX triplet: 14, CF and 21. RGB value is (20,207,33). Sum of RGB (Red+Green+Blue) = 20+207+33=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 207 (81.25% from 255 or 79.62% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CF21 is #EB30DE. Grayscale: #838383. Windows color (decimal): -15413471 or 2215700. OLE color: 2215700.
HSL color Cylindrical-coordinate representation of color #14CF21: hue angle of 124.17º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF21 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 33 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.19 |
| HSL | 124.17º | 0.82% | 0.45% | - |
| HSV(B) | 124.17º | 0.9% | 0.81% | - |
| XYZ | 22.88 | 44.88 | 8.9 | - |
| YUV | 131.25 | 72.55 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 33 | 0.90 | 0 | 0.84 | 0.19 | 124.17 | 0.82 | 0.45 |
| Hex | 14 | CF | 21 | 5A | 0 | 54 | 13 | 7C | 52 | 2D |
| Octal | 24 | 317 | 41 | 132 | 0 | 124 | 23 | 174 | 122 | 55 |
| Binary | 10100 | 11001111 | 100001 | 1011010 | 0 | 1010100 | 10011 | 1111100 | 1010010 | 101101 |
Color Harmonies of #14CF21
Complementary color
Monochromatic Colors of #14CF21
Black with #14CF21
Text Example
Text Example
White with #14CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CF21; }
p { color: rgb(20,207,33); }
H1.HeaderClassName
{
color: #14CF21;
}
.AnyTagClassName
{
color: #14CF21;
}
</style>
background-color css
<style>
a { background-color: #14CF21; }
a { background-color: rgb(20,207,33); }
div.DivClassName
{
background-color: #14CF21;
}
.BgClassName
{
background-color: #14CF21;
}
</style>
border-color css
<style>
span { border-color: #14CF21; }
span { border-color: rgb(20,207,33); }
td.TdClassName
{
border-color: #14CF21;
}
.TagClassName
{
border-color: #14CF21;
}
</style>