Shades of Lime Green #2AD22A
Tints of Lime Green #2AD22A
RGB
CMYK
RGB Variations
Color information
#2AD22A (or 0x2AD22A) is known color: Lime Green. HEX triplet: 2A, D2 and 2A. RGB value is (42,210,42). Sum of RGB (Red+Green+Blue) = 42+210+42=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 210 (82.42% from 255 or 71.43% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD22A is #D52DD5. Grayscale: #8D8D8D. Windows color (decimal): -13970902 or 2806314. OLE color: 2806314.
HSL color Cylindrical-coordinate representation of color #2AD22A: hue angle of 120º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD22A is Cyan = 0.8, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 42 | - |
| CMYK | 0.8 | 0 | 0.8 | 0.18 |
| HSL | 120º | 0.67% | 0.49% | - |
| HSV(B) | 120º | 0.8% | 0.82% | - |
| XYZ | 24.42 | 46.75 | 9.93 | - |
| YUV | 140.62 | 72.34 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 42 | 0.8 | 0 | 0.8 | 0.18 | 120 | 0.67 | 0.49 |
| Hex | 2A | D2 | 2A | 50 | 0 | 50 | 12 | 78 | 43 | 31 |
| Octal | 52 | 322 | 52 | 120 | 0 | 120 | 22 | 170 | 103 | 61 |
| Binary | 101010 | 11010010 | 101010 | 1010000 | 0 | 1010000 | 10010 | 1111000 | 1000011 | 110001 |
Color Harmonies of #2AD22A
Complementary color
Monochromatic Colors of #2AD22A
Black with #2AD22A
Text Example
Text Example
White with #2AD22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD22A; }
p { color: rgb(42,210,42); }
H1.HeaderClassName
{
color: #2AD22A;
}
.AnyTagClassName
{
color: #2AD22A;
}
</style>
background-color css
<style>
a { background-color: #2AD22A; }
a { background-color: rgb(42,210,42); }
div.DivClassName
{
background-color: #2AD22A;
}
.BgClassName
{
background-color: #2AD22A;
}
</style>
border-color css
<style>
span { border-color: #2AD22A; }
span { border-color: rgb(42,210,42); }
td.TdClassName
{
border-color: #2AD22A;
}
.TagClassName
{
border-color: #2AD22A;
}
</style>