Shades of Lime Green #14D52C
Tints of Lime Green #14D52C
RGB
CMYK
RGB Variations
Color information
#14D52C (or 0x14D52C) is known color: Lime Green. HEX triplet: 14, D5 and 2C. RGB value is (20,213,44). Sum of RGB (Red+Green+Blue) = 20+213+44=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 213 (83.59% from 255 or 76.90% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 213 - color contains mainly: green. Hex color #14D52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D52C is #EB2AD3. Grayscale: #888888. Windows color (decimal): -15411924 or 2938132. OLE color: 2938132.
HSL color Cylindrical-coordinate representation of color #14D52C: hue angle of 127.46º 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 #14D52C is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 44 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.16 |
| HSL | 127.46º | 0.83% | 0.46% | - |
| HSV(B) | 127.46º | 0.91% | 0.84% | - |
| XYZ | 24.54 | 47.92 | 10.34 | - |
| YUV | 136.03 | 76.06 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 44 | 0.91 | 0 | 0.79 | 0.16 | 127.46 | 0.83 | 0.46 |
| Hex | 14 | D5 | 2C | 5B | 0 | 4F | 10 | 7F | 53 | 2E |
| Octal | 24 | 325 | 54 | 133 | 0 | 117 | 20 | 177 | 123 | 56 |
| Binary | 10100 | 11010101 | 101100 | 1011011 | 0 | 1001111 | 10000 | 1111111 | 1010011 | 101110 |
Color Harmonies of #14D52C
Complementary color
Monochromatic Colors of #14D52C
Black with #14D52C
Text Example
Text Example
White with #14D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D52C; }
p { color: rgb(20,213,44); }
H1.HeaderClassName
{
color: #14D52C;
}
.AnyTagClassName
{
color: #14D52C;
}
</style>
background-color css
<style>
a { background-color: #14D52C; }
a { background-color: rgb(20,213,44); }
div.DivClassName
{
background-color: #14D52C;
}
.BgClassName
{
background-color: #14D52C;
}
</style>
border-color css
<style>
span { border-color: #14D52C; }
span { border-color: rgb(20,213,44); }
td.TdClassName
{
border-color: #14D52C;
}
.TagClassName
{
border-color: #14D52C;
}
</style>