Shades of Lime Green #14C823
Tints of Lime Green #14C823
RGB
CMYK
RGB Variations
Color information
#14C823 (or 0x14C823) is known color: Lime Green. HEX triplet: 14, C8 and 23. RGB value is (20,200,35). Sum of RGB (Red+Green+Blue) = 20+200+35=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 200 (78.52% from 255 or 78.43% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 200 - color contains mainly: green. Hex color #14C823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C823 is #EB37DC. Grayscale: #7F7F7F. Windows color (decimal): -15415261 or 2344980. OLE color: 2344980.
HSL color Cylindrical-coordinate representation of color #14C823: hue angle of 125º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C823 is Cyan = 0.9, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 35 | - |
| CMYK | 0.9 | 0 | 0.82 | 0.22 |
| HSL | 125º | 0.82% | 0.43% | - |
| HSV(B) | 125º | 0.9% | 0.78% | - |
| XYZ | 21.25 | 41.58 | 8.5 | - |
| YUV | 127.37 | 75.87 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 35 | 0.9 | 0 | 0.82 | 0.22 | 125 | 0.82 | 0.43 |
| Hex | 14 | C8 | 23 | 5A | 0 | 52 | 16 | 7D | 52 | 2B |
| Octal | 24 | 310 | 43 | 132 | 0 | 122 | 26 | 175 | 122 | 53 |
| Binary | 10100 | 11001000 | 100011 | 1011010 | 0 | 1010010 | 10110 | 1111101 | 1010010 | 101011 |
Color Harmonies of #14C823
Complementary color
Monochromatic Colors of #14C823
Black with #14C823
Text Example
Text Example
White with #14C823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C823; }
p { color: rgb(20,200,35); }
H1.HeaderClassName
{
color: #14C823;
}
.AnyTagClassName
{
color: #14C823;
}
</style>
background-color css
<style>
a { background-color: #14C823; }
a { background-color: rgb(20,200,35); }
div.DivClassName
{
background-color: #14C823;
}
.BgClassName
{
background-color: #14C823;
}
</style>
border-color css
<style>
span { border-color: #14C823; }
span { border-color: rgb(20,200,35); }
td.TdClassName
{
border-color: #14C823;
}
.TagClassName
{
border-color: #14C823;
}
</style>