Shades of Lime Green #2ADD14
Tints of Lime Green #2ADD14
RGB
CMYK
RGB Variations
Color information
#2ADD14 (or 0x2ADD14) is known color: Lime Green. HEX triplet: 2A, DD and 14. RGB value is (42,221,20). Sum of RGB (Red+Green+Blue) = 42+221+20=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 221 (86.72% from 255 or 78.09% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADD14 is #D522EB. Grayscale: #919191. Windows color (decimal): -13968108 or 1367338. OLE color: 1367338.
HSL color Cylindrical-coordinate representation of color #2ADD14: hue angle of 113.43º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ADD14 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 20 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.13 |
| HSL | 113.43º | 0.83% | 0.47% | - |
| HSV(B) | 113.43º | 0.91% | 0.87% | - |
| XYZ | 26.94 | 52.26 | 9.33 | - |
| YUV | 144.57 | 57.7 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 20 | 0.81 | 0 | 0.91 | 0.13 | 113.43 | 0.83 | 0.47 |
| Hex | 2A | DD | 14 | 51 | 0 | 5B | D | 71 | 53 | 2F |
| Octal | 52 | 335 | 24 | 121 | 0 | 133 | 15 | 161 | 123 | 57 |
| Binary | 101010 | 11011101 | 10100 | 1010001 | 0 | 1011011 | 1101 | 1110001 | 1010011 | 101111 |
Color Harmonies of #2ADD14
Complementary color
Monochromatic Colors of #2ADD14
Black with #2ADD14
Text Example
Text Example
White with #2ADD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD14; }
p { color: rgb(42,221,20); }
H1.HeaderClassName
{
color: #2ADD14;
}
.AnyTagClassName
{
color: #2ADD14;
}
</style>
background-color css
<style>
a { background-color: #2ADD14; }
a { background-color: rgb(42,221,20); }
div.DivClassName
{
background-color: #2ADD14;
}
.BgClassName
{
background-color: #2ADD14;
}
</style>
border-color css
<style>
span { border-color: #2ADD14; }
span { border-color: rgb(42,221,20); }
td.TdClassName
{
border-color: #2ADD14;
}
.TagClassName
{
border-color: #2ADD14;
}
</style>