Shades of Lime Green #14DF2D
Tints of Lime Green #14DF2D
RGB
CMYK
RGB Variations
Color information
#14DF2D (or 0x14DF2D) is known color: Lime Green. HEX triplet: 14, DF and 2D. RGB value is (20,223,45). Sum of RGB (Red+Green+Blue) = 20+223+45=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 223 (87.5% from 255 or 77.43% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF2D is #EB20D2. Grayscale: #8E8E8E. Windows color (decimal): -15409363 or 3006228. OLE color: 3006228.
HSL color Cylindrical-coordinate representation of color #14DF2D: hue angle of 127.39º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF2D is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 45 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.13 |
| HSL | 127.39º | 0.84% | 0.48% | - |
| HSV(B) | 127.39º | 0.91% | 0.87% | - |
| XYZ | 27.15 | 53.11 | 11.3 | - |
| YUV | 142.01 | 73.25 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 45 | 0.91 | 0 | 0.80 | 0.13 | 127.39 | 0.84 | 0.48 |
| Hex | 14 | DF | 2D | 5B | 0 | 50 | D | 7F | 54 | 30 |
| Octal | 24 | 337 | 55 | 133 | 0 | 120 | 15 | 177 | 124 | 60 |
| Binary | 10100 | 11011111 | 101101 | 1011011 | 0 | 1010000 | 1101 | 1111111 | 1010100 | 110000 |
Color Harmonies of #14DF2D
Complementary color
Monochromatic Colors of #14DF2D
Black with #14DF2D
Text Example
Text Example
White with #14DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF2D; }
p { color: rgb(20,223,45); }
H1.HeaderClassName
{
color: #14DF2D;
}
.AnyTagClassName
{
color: #14DF2D;
}
</style>
background-color css
<style>
a { background-color: #14DF2D; }
a { background-color: rgb(20,223,45); }
div.DivClassName
{
background-color: #14DF2D;
}
.BgClassName
{
background-color: #14DF2D;
}
</style>
border-color css
<style>
span { border-color: #14DF2D; }
span { border-color: rgb(20,223,45); }
td.TdClassName
{
border-color: #14DF2D;
}
.TagClassName
{
border-color: #14DF2D;
}
</style>