Shades of Lime Green #14D41F
Tints of Lime Green #14D41F
RGB
CMYK
RGB Variations
Color information
#14D41F (or 0x14D41F) is known color: Lime Green. HEX triplet: 14, D4 and 1F. RGB value is (20,212,31). Sum of RGB (Red+Green+Blue) = 20+212+31=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 212 (83.20% from 255 or 80.61% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 212 - color contains mainly: green. Hex color #14D41F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D41F is #EB2BE0. Grayscale: #868686. Windows color (decimal): -15412193 or 2085908. OLE color: 2085908.
HSL color Cylindrical-coordinate representation of color #14D41F: hue angle of 123.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D41F is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 31 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.17 |
| HSL | 123.44º | 0.83% | 0.45% | - |
| HSV(B) | 123.44º | 0.91% | 0.83% | - |
| XYZ | 24.08 | 47.33 | 9.16 | - |
| YUV | 133.96 | 69.89 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 31 | 0.91 | 0 | 0.85 | 0.17 | 123.44 | 0.83 | 0.45 |
| Hex | 14 | D4 | 1F | 5B | 0 | 55 | 11 | 7B | 53 | 2D |
| Octal | 24 | 324 | 37 | 133 | 0 | 125 | 21 | 173 | 123 | 55 |
| Binary | 10100 | 11010100 | 11111 | 1011011 | 0 | 1010101 | 10001 | 1111011 | 1010011 | 101101 |
Color Harmonies of #14D41F
Complementary color
Monochromatic Colors of #14D41F
Black with #14D41F
Text Example
Text Example
White with #14D41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D41F; }
p { color: rgb(20,212,31); }
H1.HeaderClassName
{
color: #14D41F;
}
.AnyTagClassName
{
color: #14D41F;
}
</style>
background-color css
<style>
a { background-color: #14D41F; }
a { background-color: rgb(20,212,31); }
div.DivClassName
{
background-color: #14D41F;
}
.BgClassName
{
background-color: #14D41F;
}
</style>
border-color css
<style>
span { border-color: #14D41F; }
span { border-color: rgb(20,212,31); }
td.TdClassName
{
border-color: #14D41F;
}
.TagClassName
{
border-color: #14D41F;
}
</style>