Shades of Lime Green #14D82D
Tints of Lime Green #14D82D
RGB
CMYK
RGB Variations
Color information
#14D82D (or 0x14D82D) is known color: Lime Green. HEX triplet: 14, D8 and 2D. RGB value is (20,216,45). Sum of RGB (Red+Green+Blue) = 20+216+45=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 216 (84.77% from 255 or 76.87% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 216 - color contains mainly: green. Hex color #14D82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D82D is #EB27D2. Grayscale: #8A8A8A. Windows color (decimal): -15411155 or 3004436. OLE color: 3004436.
HSL color Cylindrical-coordinate representation of color #14D82D: hue angle of 127.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D82D is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 45 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.15 |
| HSL | 127.65º | 0.83% | 0.46% | - |
| HSV(B) | 127.65º | 0.91% | 0.85% | - |
| XYZ | 25.32 | 49.45 | 10.69 | - |
| YUV | 137.9 | 75.57 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 45 | 0.91 | 0 | 0.79 | 0.15 | 127.65 | 0.83 | 0.46 |
| Hex | 14 | D8 | 2D | 5B | 0 | 4F | F | 80 | 53 | 2E |
| Octal | 24 | 330 | 55 | 133 | 0 | 117 | 17 | 200 | 123 | 56 |
| Binary | 10100 | 11011000 | 101101 | 1011011 | 0 | 1001111 | 1111 | 10000000 | 1010011 | 101110 |
Color Harmonies of #14D82D
Complementary color
Monochromatic Colors of #14D82D
Black with #14D82D
Text Example
Text Example
White with #14D82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D82D; }
p { color: rgb(20,216,45); }
H1.HeaderClassName
{
color: #14D82D;
}
.AnyTagClassName
{
color: #14D82D;
}
</style>
background-color css
<style>
a { background-color: #14D82D; }
a { background-color: rgb(20,216,45); }
div.DivClassName
{
background-color: #14D82D;
}
.BgClassName
{
background-color: #14D82D;
}
</style>
border-color css
<style>
span { border-color: #14D82D; }
span { border-color: rgb(20,216,45); }
td.TdClassName
{
border-color: #14D82D;
}
.TagClassName
{
border-color: #14D82D;
}
</style>