Shades of Lime Green #2AD21D
Tints of Lime Green #2AD21D
RGB
CMYK
RGB Variations
Color information
#2AD21D (or 0x2AD21D) is known color: Lime Green. HEX triplet: 2A, D2 and 1D. RGB value is (42,210,29). Sum of RGB (Red+Green+Blue) = 42+210+29=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 210 (82.42% from 255 or 74.73% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD21D is #D52DE2. Grayscale: #8B8B8B. Windows color (decimal): -13970915 or 1954346. OLE color: 1954346.
HSL color Cylindrical-coordinate representation of color #2AD21D: hue angle of 115.69º 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 #2AD21D is Cyan = 0.8, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 29 | - |
| CMYK | 0.8 | 0 | 0.86 | 0.18 |
| HSL | 115.69º | 0.76% | 0.47% | - |
| HSV(B) | 115.69º | 0.86% | 0.82% | - |
| XYZ | 24.22 | 46.67 | 8.89 | - |
| YUV | 139.13 | 65.84 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 29 | 0.8 | 0 | 0.86 | 0.18 | 115.69 | 0.76 | 0.47 |
| Hex | 2A | D2 | 1D | 50 | 0 | 56 | 12 | 74 | 4C | 2F |
| Octal | 52 | 322 | 35 | 120 | 0 | 126 | 22 | 164 | 114 | 57 |
| Binary | 101010 | 11010010 | 11101 | 1010000 | 0 | 1010110 | 10010 | 1110100 | 1001100 | 101111 |
Color Harmonies of #2AD21D
Complementary color
Monochromatic Colors of #2AD21D
Black with #2AD21D
Text Example
Text Example
White with #2AD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD21D; }
p { color: rgb(42,210,29); }
H1.HeaderClassName
{
color: #2AD21D;
}
.AnyTagClassName
{
color: #2AD21D;
}
</style>
background-color css
<style>
a { background-color: #2AD21D; }
a { background-color: rgb(42,210,29); }
div.DivClassName
{
background-color: #2AD21D;
}
.BgClassName
{
background-color: #2AD21D;
}
</style>
border-color css
<style>
span { border-color: #2AD21D; }
span { border-color: rgb(42,210,29); }
td.TdClassName
{
border-color: #2AD21D;
}
.TagClassName
{
border-color: #2AD21D;
}
</style>