Shades of Lime Green #14DF2C
Tints of Lime Green #14DF2C
RGB
CMYK
RGB Variations
Color information
#14DF2C (or 0x14DF2C) is known color: Lime Green. HEX triplet: 14, DF and 2C. RGB value is (20,223,44). Sum of RGB (Red+Green+Blue) = 20+223+44=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF2C is #EB20D3. Grayscale: #8E8E8E. Windows color (decimal): -15409364 or 2940692. OLE color: 2940692.
HSL color Cylindrical-coordinate representation of color #14DF2C: hue angle of 127.09º 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 #14DF2C is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 44 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.13 |
| HSL | 127.09º | 0.84% | 0.48% | - |
| HSV(B) | 127.09º | 0.91% | 0.87% | - |
| XYZ | 27.13 | 53.11 | 11.2 | - |
| YUV | 141.9 | 72.75 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 44 | 0.91 | 0 | 0.80 | 0.13 | 127.09 | 0.84 | 0.48 |
| Hex | 14 | DF | 2C | 5B | 0 | 50 | D | 7F | 54 | 30 |
| Octal | 24 | 337 | 54 | 133 | 0 | 120 | 15 | 177 | 124 | 60 |
| Binary | 10100 | 11011111 | 101100 | 1011011 | 0 | 1010000 | 1101 | 1111111 | 1010100 | 110000 |
Color Harmonies of #14DF2C
Complementary color
Monochromatic Colors of #14DF2C
Black with #14DF2C
Text Example
Text Example
White with #14DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF2C; }
p { color: rgb(20,223,44); }
H1.HeaderClassName
{
color: #14DF2C;
}
.AnyTagClassName
{
color: #14DF2C;
}
</style>
background-color css
<style>
a { background-color: #14DF2C; }
a { background-color: rgb(20,223,44); }
div.DivClassName
{
background-color: #14DF2C;
}
.BgClassName
{
background-color: #14DF2C;
}
</style>
border-color css
<style>
span { border-color: #14DF2C; }
span { border-color: rgb(20,223,44); }
td.TdClassName
{
border-color: #14DF2C;
}
.TagClassName
{
border-color: #14DF2C;
}
</style>