Shades of Lime Green #14D326
Tints of Lime Green #14D326
RGB
CMYK
RGB Variations
Color information
#14D326 (or 0x14D326) is known color: Lime Green. HEX triplet: 14, D3 and 26. RGB value is (20,211,38). Sum of RGB (Red+Green+Blue) = 20+211+38=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 211 (82.81% from 255 or 78.44% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 211 - color contains mainly: green. Hex color #14D326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D326 is #EB2CD9. Grayscale: #868686. Windows color (decimal): -15412442 or 2544404. OLE color: 2544404.
HSL color Cylindrical-coordinate representation of color #14D326: hue angle of 125.65º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D326 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 211 | 38 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.17 |
| HSL | 125.65º | 0.83% | 0.45% | - |
| HSV(B) | 125.65º | 0.91% | 0.83% | - |
| XYZ | 23.93 | 46.88 | 9.62 | - |
| YUV | 134.17 | 73.72 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 211 | 38 | 0.91 | 0 | 0.82 | 0.17 | 125.65 | 0.83 | 0.45 |
| Hex | 14 | D3 | 26 | 5B | 0 | 52 | 11 | 7E | 53 | 2D |
| Octal | 24 | 323 | 46 | 133 | 0 | 122 | 21 | 176 | 123 | 55 |
| Binary | 10100 | 11010011 | 100110 | 1011011 | 0 | 1010010 | 10001 | 1111110 | 1010011 | 101101 |
Color Harmonies of #14D326
Complementary color
Monochromatic Colors of #14D326
Black with #14D326
Text Example
Text Example
White with #14D326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D326; }
p { color: rgb(20,211,38); }
H1.HeaderClassName
{
color: #14D326;
}
.AnyTagClassName
{
color: #14D326;
}
</style>
background-color css
<style>
a { background-color: #14D326; }
a { background-color: rgb(20,211,38); }
div.DivClassName
{
background-color: #14D326;
}
.BgClassName
{
background-color: #14D326;
}
</style>
border-color css
<style>
span { border-color: #14D326; }
span { border-color: rgb(20,211,38); }
td.TdClassName
{
border-color: #14D326;
}
.TagClassName
{
border-color: #14D326;
}
</style>