Shades of Lime Green #14DF2F
Tints of Lime Green #14DF2F
RGB
CMYK
RGB Variations
Color information
#14DF2F (or 0x14DF2F) is known color: Lime Green. HEX triplet: 14, DF and 2F. RGB value is (20,223,47). Sum of RGB (Red+Green+Blue) = 20+223+47=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF2F is #EB20D0. Grayscale: #8E8E8E. Windows color (decimal): -15409361 or 3137300. OLE color: 3137300.
HSL color Cylindrical-coordinate representation of color #14DF2F: hue angle of 127.98º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF2F is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 47 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.13 |
| HSL | 127.98º | 0.84% | 0.48% | - |
| HSV(B) | 127.98º | 0.91% | 0.87% | - |
| XYZ | 27.19 | 53.13 | 11.51 | - |
| YUV | 142.24 | 74.25 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 47 | 0.91 | 0 | 0.79 | 0.13 | 127.98 | 0.84 | 0.48 |
| Hex | 14 | DF | 2F | 5B | 0 | 4F | D | 80 | 54 | 30 |
| Octal | 24 | 337 | 57 | 133 | 0 | 117 | 15 | 200 | 124 | 60 |
| Binary | 10100 | 11011111 | 101111 | 1011011 | 0 | 1001111 | 1101 | 10000000 | 1010100 | 110000 |
Color Harmonies of #14DF2F
Complementary color
Monochromatic Colors of #14DF2F
Black with #14DF2F
Text Example
Text Example
White with #14DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF2F; }
p { color: rgb(20,223,47); }
H1.HeaderClassName
{
color: #14DF2F;
}
.AnyTagClassName
{
color: #14DF2F;
}
</style>
background-color css
<style>
a { background-color: #14DF2F; }
a { background-color: rgb(20,223,47); }
div.DivClassName
{
background-color: #14DF2F;
}
.BgClassName
{
background-color: #14DF2F;
}
</style>
border-color css
<style>
span { border-color: #14DF2F; }
span { border-color: rgb(20,223,47); }
td.TdClassName
{
border-color: #14DF2F;
}
.TagClassName
{
border-color: #14DF2F;
}
</style>