Shades of Lime Green #2AD022
Tints of Lime Green #2AD022
RGB
CMYK
RGB Variations
Color information
#2AD022 (or 0x2AD022) is known color: Lime Green. HEX triplet: 2A, D0 and 22. RGB value is (42,208,34). Sum of RGB (Red+Green+Blue) = 42+208+34=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 208 (81.64% from 255 or 73.24% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD022 is #D52FDD. Grayscale: #8B8B8B. Windows color (decimal): -13971422 or 2281514. OLE color: 2281514.
HSL color Cylindrical-coordinate representation of color #2AD022: hue angle of 117.24º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AD022 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 34 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.18 |
| HSL | 117.24º | 0.72% | 0.47% | - |
| HSV(B) | 117.24º | 0.84% | 0.82% | - |
| XYZ | 23.8 | 45.72 | 9.08 | - |
| YUV | 138.53 | 69 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 34 | 0.80 | 0 | 0.84 | 0.18 | 117.24 | 0.72 | 0.47 |
| Hex | 2A | D0 | 22 | 50 | 0 | 54 | 12 | 75 | 48 | 2F |
| Octal | 52 | 320 | 42 | 120 | 0 | 124 | 22 | 165 | 110 | 57 |
| Binary | 101010 | 11010000 | 100010 | 1010000 | 0 | 1010100 | 10010 | 1110101 | 1001000 | 101111 |
Color Harmonies of #2AD022
Complementary color
Monochromatic Colors of #2AD022
Black with #2AD022
Text Example
Text Example
White with #2AD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD022; }
p { color: rgb(42,208,34); }
H1.HeaderClassName
{
color: #2AD022;
}
.AnyTagClassName
{
color: #2AD022;
}
</style>
background-color css
<style>
a { background-color: #2AD022; }
a { background-color: rgb(42,208,34); }
div.DivClassName
{
background-color: #2AD022;
}
.BgClassName
{
background-color: #2AD022;
}
</style>
border-color css
<style>
span { border-color: #2AD022; }
span { border-color: rgb(42,208,34); }
td.TdClassName
{
border-color: #2AD022;
}
.TagClassName
{
border-color: #2AD022;
}
</style>