Shades of Lime Green #14C923
Tints of Lime Green #14C923
RGB
CMYK
RGB Variations
Color information
#14C923 (or 0x14C923) is known color: Lime Green. HEX triplet: 14, C9 and 23. RGB value is (20,201,35). Sum of RGB (Red+Green+Blue) = 20+201+35=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 201 (78.91% from 255 or 78.52% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 201 - color contains mainly: green. Hex color #14C923 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C923 is #EB36DC. Grayscale: #808080. Windows color (decimal): -15415005 or 2345236. OLE color: 2345236.
HSL color Cylindrical-coordinate representation of color #14C923: hue angle of 124.97º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C923 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 201 | 35 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.21 |
| HSL | 124.97º | 0.82% | 0.43% | - |
| HSV(B) | 124.97º | 0.9% | 0.79% | - |
| XYZ | 21.48 | 42.04 | 8.57 | - |
| YUV | 127.96 | 75.53 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 35 | 0.90 | 0 | 0.83 | 0.21 | 124.97 | 0.82 | 0.43 |
| Hex | 14 | C9 | 23 | 5A | 0 | 53 | 15 | 7D | 52 | 2B |
| Octal | 24 | 311 | 43 | 132 | 0 | 123 | 25 | 175 | 122 | 53 |
| Binary | 10100 | 11001001 | 100011 | 1011010 | 0 | 1010011 | 10101 | 1111101 | 1010010 | 101011 |
Color Harmonies of #14C923
Complementary color
Monochromatic Colors of #14C923
Black with #14C923
Text Example
Text Example
White with #14C923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C923; }
p { color: rgb(20,201,35); }
H1.HeaderClassName
{
color: #14C923;
}
.AnyTagClassName
{
color: #14C923;
}
</style>
background-color css
<style>
a { background-color: #14C923; }
a { background-color: rgb(20,201,35); }
div.DivClassName
{
background-color: #14C923;
}
.BgClassName
{
background-color: #14C923;
}
</style>
border-color css
<style>
span { border-color: #14C923; }
span { border-color: rgb(20,201,35); }
td.TdClassName
{
border-color: #14C923;
}
.TagClassName
{
border-color: #14C923;
}
</style>