Shades of Lime Green #2AD014
Tints of Lime Green #2AD014
RGB
CMYK
RGB Variations
Color information
#2AD014 (or 0x2AD014) is known color: Lime Green. HEX triplet: 2A, D0 and 14. RGB value is (42,208,20). Sum of RGB (Red+Green+Blue) = 42+208+20=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 208 (81.64% from 255 or 77.04% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD014 is #D52FEB. Grayscale: #898989. Windows color (decimal): -13971436 or 1364010. OLE color: 1364010.
HSL color Cylindrical-coordinate representation of color #2AD014: hue angle of 112.98º degrees, saturation: 0.82, 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 #2AD014 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 20 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.18 |
| HSL | 112.98º | 0.82% | 0.45% | - |
| HSV(B) | 112.98º | 0.9% | 0.82% | - |
| XYZ | 23.64 | 45.65 | 8.23 | - |
| YUV | 136.93 | 62 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 20 | 0.80 | 0 | 0.90 | 0.18 | 112.98 | 0.82 | 0.45 |
| Hex | 2A | D0 | 14 | 50 | 0 | 5A | 12 | 71 | 52 | 2D |
| Octal | 52 | 320 | 24 | 120 | 0 | 132 | 22 | 161 | 122 | 55 |
| Binary | 101010 | 11010000 | 10100 | 1010000 | 0 | 1011010 | 10010 | 1110001 | 1010010 | 101101 |
Color Harmonies of #2AD014
Complementary color
Monochromatic Colors of #2AD014
Black with #2AD014
Text Example
Text Example
White with #2AD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD014; }
p { color: rgb(42,208,20); }
H1.HeaderClassName
{
color: #2AD014;
}
.AnyTagClassName
{
color: #2AD014;
}
</style>
background-color css
<style>
a { background-color: #2AD014; }
a { background-color: rgb(42,208,20); }
div.DivClassName
{
background-color: #2AD014;
}
.BgClassName
{
background-color: #2AD014;
}
</style>
border-color css
<style>
span { border-color: #2AD014; }
span { border-color: rgb(42,208,20); }
td.TdClassName
{
border-color: #2AD014;
}
.TagClassName
{
border-color: #2AD014;
}
</style>