Shades of Lime Green #14D11F
Tints of Lime Green #14D11F
RGB
CMYK
RGB Variations
Color information
#14D11F (or 0x14D11F) is known color: Lime Green. HEX triplet: 14, D1 and 1F. RGB value is (20,209,31). Sum of RGB (Red+Green+Blue) = 20+209+31=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 209 (82.03% from 255 or 80.38% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 209 - color contains mainly: green. Hex color #14D11F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D11F is #EB2EE0. Grayscale: #848484. Windows color (decimal): -15412961 or 2085140. OLE color: 2085140.
HSL color Cylindrical-coordinate representation of color #14D11F: hue angle of 123.49º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D11F is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 31 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.18 |
| HSL | 123.49º | 0.83% | 0.45% | - |
| HSV(B) | 123.49º | 0.9% | 0.82% | - |
| XYZ | 23.34 | 45.85 | 8.92 | - |
| YUV | 132.2 | 70.88 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 31 | 0.90 | 0 | 0.85 | 0.18 | 123.49 | 0.83 | 0.45 |
| Hex | 14 | D1 | 1F | 5A | 0 | 55 | 12 | 7B | 53 | 2D |
| Octal | 24 | 321 | 37 | 132 | 0 | 125 | 22 | 173 | 123 | 55 |
| Binary | 10100 | 11010001 | 11111 | 1011010 | 0 | 1010101 | 10010 | 1111011 | 1010011 | 101101 |
Color Harmonies of #14D11F
Complementary color
Monochromatic Colors of #14D11F
Black with #14D11F
Text Example
Text Example
White with #14D11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D11F; }
p { color: rgb(20,209,31); }
H1.HeaderClassName
{
color: #14D11F;
}
.AnyTagClassName
{
color: #14D11F;
}
</style>
background-color css
<style>
a { background-color: #14D11F; }
a { background-color: rgb(20,209,31); }
div.DivClassName
{
background-color: #14D11F;
}
.BgClassName
{
background-color: #14D11F;
}
</style>
border-color css
<style>
span { border-color: #14D11F; }
span { border-color: rgb(20,209,31); }
td.TdClassName
{
border-color: #14D11F;
}
.TagClassName
{
border-color: #14D11F;
}
</style>