Shades of Lime Green #14CF15
Tints of Lime Green #14CF15
RGB
CMYK
RGB Variations
Color information
#14CF15 (or 0x14CF15) is known color: Lime Green. HEX triplet: 14, CF and 15. RGB value is (20,207,21). Sum of RGB (Red+Green+Blue) = 20+207+21=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 207 (81.25% from 255 or 83.47% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CF15 is #EB30EA. Grayscale: #828282. Windows color (decimal): -15413483 or 1429268. OLE color: 1429268.
HSL color Cylindrical-coordinate representation of color #14CF15: hue angle of 120.32º 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 #14CF15 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 21 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.19 |
| HSL | 120.32º | 0.82% | 0.45% | - |
| HSV(B) | 120.32º | 0.9% | 0.81% | - |
| XYZ | 22.74 | 44.83 | 8.16 | - |
| YUV | 129.88 | 66.55 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 21 | 0.90 | 0 | 0.90 | 0.19 | 120.32 | 0.82 | 0.45 |
| Hex | 14 | CF | 15 | 5A | 0 | 5A | 13 | 78 | 52 | 2D |
| Octal | 24 | 317 | 25 | 132 | 0 | 132 | 23 | 170 | 122 | 55 |
| Binary | 10100 | 11001111 | 10101 | 1011010 | 0 | 1011010 | 10011 | 1111000 | 1010010 | 101101 |
Color Harmonies of #14CF15
Complementary color
Monochromatic Colors of #14CF15
Black with #14CF15
Text Example
Text Example
White with #14CF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CF15; }
p { color: rgb(20,207,21); }
H1.HeaderClassName
{
color: #14CF15;
}
.AnyTagClassName
{
color: #14CF15;
}
</style>
background-color css
<style>
a { background-color: #14CF15; }
a { background-color: rgb(20,207,21); }
div.DivClassName
{
background-color: #14CF15;
}
.BgClassName
{
background-color: #14CF15;
}
</style>
border-color css
<style>
span { border-color: #14CF15; }
span { border-color: rgb(20,207,21); }
td.TdClassName
{
border-color: #14CF15;
}
.TagClassName
{
border-color: #14CF15;
}
</style>