Shades of Lime Green #2AD11D
Tints of Lime Green #2AD11D
RGB
CMYK
RGB Variations
Color information
#2AD11D (or 0x2AD11D) is known color: Lime Green. HEX triplet: 2A, D1 and 1D. RGB value is (42,209,29). Sum of RGB (Red+Green+Blue) = 42+209+29=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 209 (82.03% from 255 or 74.64% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD11D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD11D is #D52EE2. Grayscale: #8B8B8B. Windows color (decimal): -13971171 or 1954090. OLE color: 1954090.
HSL color Cylindrical-coordinate representation of color #2AD11D: hue angle of 115.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AD11D is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 29 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.18 |
| HSL | 115.67º | 0.76% | 0.47% | - |
| HSV(B) | 115.67º | 0.86% | 0.82% | - |
| XYZ | 23.98 | 46.18 | 8.81 | - |
| YUV | 138.55 | 66.17 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 29 | 0.80 | 0 | 0.86 | 0.18 | 115.67 | 0.76 | 0.47 |
| Hex | 2A | D1 | 1D | 50 | 0 | 56 | 12 | 74 | 4C | 2F |
| Octal | 52 | 321 | 35 | 120 | 0 | 126 | 22 | 164 | 114 | 57 |
| Binary | 101010 | 11010001 | 11101 | 1010000 | 0 | 1010110 | 10010 | 1110100 | 1001100 | 101111 |
Color Harmonies of #2AD11D
Complementary color
Monochromatic Colors of #2AD11D
Black with #2AD11D
Text Example
Text Example
White with #2AD11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD11D; }
p { color: rgb(42,209,29); }
H1.HeaderClassName
{
color: #2AD11D;
}
.AnyTagClassName
{
color: #2AD11D;
}
</style>
background-color css
<style>
a { background-color: #2AD11D; }
a { background-color: rgb(42,209,29); }
div.DivClassName
{
background-color: #2AD11D;
}
.BgClassName
{
background-color: #2AD11D;
}
</style>
border-color css
<style>
span { border-color: #2AD11D; }
span { border-color: rgb(42,209,29); }
td.TdClassName
{
border-color: #2AD11D;
}
.TagClassName
{
border-color: #2AD11D;
}
</style>