Shades of Lime Green #14DA2F
Tints of Lime Green #14DA2F
RGB
CMYK
RGB Variations
Color information
#14DA2F (or 0x14DA2F) is known color: Lime Green. HEX triplet: 14, DA and 2F. RGB value is (20,218,47). Sum of RGB (Red+Green+Blue) = 20+218+47=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 218 (85.55% from 255 or 76.49% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DA2F is #EB25D0. Grayscale: #8B8B8B. Windows color (decimal): -15410641 or 3136020. OLE color: 3136020.
HSL color Cylindrical-coordinate representation of color #14DA2F: hue angle of 128.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA2F is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 47 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.15 |
| HSL | 128.18º | 0.83% | 0.47% | - |
| HSV(B) | 128.18º | 0.91% | 0.85% | - |
| XYZ | 25.87 | 50.5 | 11.07 | - |
| YUV | 139.3 | 75.9 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 47 | 0.91 | 0 | 0.78 | 0.15 | 128.18 | 0.83 | 0.47 |
| Hex | 14 | DA | 2F | 5B | 0 | 4E | F | 80 | 53 | 2F |
| Octal | 24 | 332 | 57 | 133 | 0 | 116 | 17 | 200 | 123 | 57 |
| Binary | 10100 | 11011010 | 101111 | 1011011 | 0 | 1001110 | 1111 | 10000000 | 1010011 | 101111 |
Color Harmonies of #14DA2F
Complementary color
Monochromatic Colors of #14DA2F
Black with #14DA2F
Text Example
Text Example
White with #14DA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DA2F; }
p { color: rgb(20,218,47); }
H1.HeaderClassName
{
color: #14DA2F;
}
.AnyTagClassName
{
color: #14DA2F;
}
</style>
background-color css
<style>
a { background-color: #14DA2F; }
a { background-color: rgb(20,218,47); }
div.DivClassName
{
background-color: #14DA2F;
}
.BgClassName
{
background-color: #14DA2F;
}
</style>
border-color css
<style>
span { border-color: #14DA2F; }
span { border-color: rgb(20,218,47); }
td.TdClassName
{
border-color: #14DA2F;
}
.TagClassName
{
border-color: #14DA2F;
}
</style>