Shades of Lime Green #14D52A
Tints of Lime Green #14D52A
RGB
CMYK
RGB Variations
Color information
#14D52A (or 0x14D52A) is known color: Lime Green. HEX triplet: 14, D5 and 2A. RGB value is (20,213,42). Sum of RGB (Red+Green+Blue) = 20+213+42=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 213 (83.59% from 255 or 77.45% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 213 - color contains mainly: green. Hex color #14D52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D52A is #EB2AD5. Grayscale: #888888. Windows color (decimal): -15411926 or 2807060. OLE color: 2807060.
HSL color Cylindrical-coordinate representation of color #14D52A: hue angle of 126.84º 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 #14D52A is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 42 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.16 |
| HSL | 126.84º | 0.83% | 0.46% | - |
| HSV(B) | 126.84º | 0.91% | 0.84% | - |
| XYZ | 24.5 | 47.9 | 10.15 | - |
| YUV | 135.8 | 75.06 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 42 | 0.91 | 0 | 0.80 | 0.16 | 126.84 | 0.83 | 0.46 |
| Hex | 14 | D5 | 2A | 5B | 0 | 50 | 10 | 7F | 53 | 2E |
| Octal | 24 | 325 | 52 | 133 | 0 | 120 | 20 | 177 | 123 | 56 |
| Binary | 10100 | 11010101 | 101010 | 1011011 | 0 | 1010000 | 10000 | 1111111 | 1010011 | 101110 |
Color Harmonies of #14D52A
Complementary color
Monochromatic Colors of #14D52A
Black with #14D52A
Text Example
Text Example
White with #14D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D52A; }
p { color: rgb(20,213,42); }
H1.HeaderClassName
{
color: #14D52A;
}
.AnyTagClassName
{
color: #14D52A;
}
</style>
background-color css
<style>
a { background-color: #14D52A; }
a { background-color: rgb(20,213,42); }
div.DivClassName
{
background-color: #14D52A;
}
.BgClassName
{
background-color: #14D52A;
}
</style>
border-color css
<style>
span { border-color: #14D52A; }
span { border-color: rgb(20,213,42); }
td.TdClassName
{
border-color: #14D52A;
}
.TagClassName
{
border-color: #14D52A;
}
</style>