Shades of Lime Green #14DE2D
Tints of Lime Green #14DE2D
RGB
CMYK
RGB Variations
Color information
#14DE2D (or 0x14DE2D) is known color: Lime Green. HEX triplet: 14, DE and 2D. RGB value is (20,222,45). Sum of RGB (Red+Green+Blue) = 20+222+45=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 222 (87.11% from 255 or 77.35% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 222 - color contains mainly: green. Hex color #14DE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DE2D is #EB21D2. Grayscale: #8D8D8D. Windows color (decimal): -15409619 or 3005972. OLE color: 3005972.
HSL color Cylindrical-coordinate representation of color #14DE2D: hue angle of 127.43º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DE2D is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 222 | 45 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.13 |
| HSL | 127.43º | 0.83% | 0.47% | - |
| HSV(B) | 127.43º | 0.91% | 0.87% | - |
| XYZ | 26.88 | 52.58 | 11.21 | - |
| YUV | 141.42 | 73.58 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 222 | 45 | 0.91 | 0 | 0.80 | 0.13 | 127.43 | 0.83 | 0.47 |
| Hex | 14 | DE | 2D | 5B | 0 | 50 | D | 7F | 53 | 2F |
| Octal | 24 | 336 | 55 | 133 | 0 | 120 | 15 | 177 | 123 | 57 |
| Binary | 10100 | 11011110 | 101101 | 1011011 | 0 | 1010000 | 1101 | 1111111 | 1010011 | 101111 |
Color Harmonies of #14DE2D
Complementary color
Monochromatic Colors of #14DE2D
Black with #14DE2D
Text Example
Text Example
White with #14DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DE2D; }
p { color: rgb(20,222,45); }
H1.HeaderClassName
{
color: #14DE2D;
}
.AnyTagClassName
{
color: #14DE2D;
}
</style>
background-color css
<style>
a { background-color: #14DE2D; }
a { background-color: rgb(20,222,45); }
div.DivClassName
{
background-color: #14DE2D;
}
.BgClassName
{
background-color: #14DE2D;
}
</style>
border-color css
<style>
span { border-color: #14DE2D; }
span { border-color: rgb(20,222,45); }
td.TdClassName
{
border-color: #14DE2D;
}
.TagClassName
{
border-color: #14DE2D;
}
</style>