Shades of Lime Green #14D623
Tints of Lime Green #14D623
RGB
CMYK
RGB Variations
Color information
#14D623 (or 0x14D623) is known color: Lime Green. HEX triplet: 14, D6 and 23. RGB value is (20,214,35). Sum of RGB (Red+Green+Blue) = 20+214+35=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 214 (83.98% from 255 or 79.55% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 214 - color contains mainly: green. Hex color #14D623 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D623 is #EB29DC. Grayscale: #888888. Windows color (decimal): -15411677 or 2348564. OLE color: 2348564.
HSL color Cylindrical-coordinate representation of color #14D623: hue angle of 124.64º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D623 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 35 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.16 |
| HSL | 124.64º | 0.83% | 0.46% | - |
| HSV(B) | 124.64º | 0.91% | 0.84% | - |
| XYZ | 24.64 | 48.36 | 9.63 | - |
| YUV | 135.59 | 71.23 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 35 | 0.91 | 0 | 0.84 | 0.16 | 124.64 | 0.83 | 0.46 |
| Hex | 14 | D6 | 23 | 5B | 0 | 54 | 10 | 7D | 53 | 2E |
| Octal | 24 | 326 | 43 | 133 | 0 | 124 | 20 | 175 | 123 | 56 |
| Binary | 10100 | 11010110 | 100011 | 1011011 | 0 | 1010100 | 10000 | 1111101 | 1010011 | 101110 |
Color Harmonies of #14D623
Complementary color
Monochromatic Colors of #14D623
Black with #14D623
Text Example
Text Example
White with #14D623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D623; }
p { color: rgb(20,214,35); }
H1.HeaderClassName
{
color: #14D623;
}
.AnyTagClassName
{
color: #14D623;
}
</style>
background-color css
<style>
a { background-color: #14D623; }
a { background-color: rgb(20,214,35); }
div.DivClassName
{
background-color: #14D623;
}
.BgClassName
{
background-color: #14D623;
}
</style>
border-color css
<style>
span { border-color: #14D623; }
span { border-color: rgb(20,214,35); }
td.TdClassName
{
border-color: #14D623;
}
.TagClassName
{
border-color: #14D623;
}
</style>