Shades of Lime Green #14D228
Tints of Lime Green #14D228
RGB
CMYK
RGB Variations
Color information
#14D228 (or 0x14D228) is known color: Lime Green. HEX triplet: 14, D2 and 28. RGB value is (20,210,40). Sum of RGB (Red+Green+Blue) = 20+210+40=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #14D228 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D228 is #EB2DD7. Grayscale: #868686. Windows color (decimal): -15412696 or 2675220. OLE color: 2675220.
HSL color Cylindrical-coordinate representation of color #14D228: hue angle of 126.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D228 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 210 | 40 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.18 |
| HSL | 126.32º | 0.83% | 0.45% | - |
| HSV(B) | 126.32º | 0.9% | 0.82% | - |
| XYZ | 23.72 | 46.4 | 9.71 | - |
| YUV | 133.81 | 75.05 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 40 | 0.90 | 0 | 0.81 | 0.18 | 126.32 | 0.83 | 0.45 |
| Hex | 14 | D2 | 28 | 5A | 0 | 51 | 12 | 7E | 53 | 2D |
| Octal | 24 | 322 | 50 | 132 | 0 | 121 | 22 | 176 | 123 | 55 |
| Binary | 10100 | 11010010 | 101000 | 1011010 | 0 | 1010001 | 10010 | 1111110 | 1010011 | 101101 |
Color Harmonies of #14D228
Complementary color
Monochromatic Colors of #14D228
Black with #14D228
Text Example
Text Example
White with #14D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D228; }
p { color: rgb(20,210,40); }
H1.HeaderClassName
{
color: #14D228;
}
.AnyTagClassName
{
color: #14D228;
}
</style>
background-color css
<style>
a { background-color: #14D228; }
a { background-color: rgb(20,210,40); }
div.DivClassName
{
background-color: #14D228;
}
.BgClassName
{
background-color: #14D228;
}
</style>
border-color css
<style>
span { border-color: #14D228; }
span { border-color: rgb(20,210,40); }
td.TdClassName
{
border-color: #14D228;
}
.TagClassName
{
border-color: #14D228;
}
</style>