Shades of Lime Green #2AD22C
Tints of Lime Green #2AD22C
RGB
CMYK
RGB Variations
Color information
#2AD22C (or 0x2AD22C) is known color: Lime Green. HEX triplet: 2A, D2 and 2C. RGB value is (42,210,44). Sum of RGB (Red+Green+Blue) = 42+210+44=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 210 (82.42% from 255 or 70.95% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD22C is #D52DD3. Grayscale: #8D8D8D. Windows color (decimal): -13970900 or 2937386. OLE color: 2937386.
HSL color Cylindrical-coordinate representation of color #2AD22C: hue angle of 120.71º 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 #2AD22C is Cyan = 0.8, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 44 | - |
| CMYK | 0.8 | 0 | 0.79 | 0.18 |
| HSL | 120.71º | 0.67% | 0.49% | - |
| HSV(B) | 120.71º | 0.8% | 0.82% | - |
| XYZ | 24.46 | 46.77 | 10.12 | - |
| YUV | 140.84 | 73.34 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 44 | 0.8 | 0 | 0.79 | 0.18 | 120.71 | 0.67 | 0.49 |
| Hex | 2A | D2 | 2C | 50 | 0 | 4F | 12 | 79 | 43 | 31 |
| Octal | 52 | 322 | 54 | 120 | 0 | 117 | 22 | 171 | 103 | 61 |
| Binary | 101010 | 11010010 | 101100 | 1010000 | 0 | 1001111 | 10010 | 1111001 | 1000011 | 110001 |
Color Harmonies of #2AD22C
Complementary color
Monochromatic Colors of #2AD22C
Black with #2AD22C
Text Example
Text Example
White with #2AD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD22C; }
p { color: rgb(42,210,44); }
H1.HeaderClassName
{
color: #2AD22C;
}
.AnyTagClassName
{
color: #2AD22C;
}
</style>
background-color css
<style>
a { background-color: #2AD22C; }
a { background-color: rgb(42,210,44); }
div.DivClassName
{
background-color: #2AD22C;
}
.BgClassName
{
background-color: #2AD22C;
}
</style>
border-color css
<style>
span { border-color: #2AD22C; }
span { border-color: rgb(42,210,44); }
td.TdClassName
{
border-color: #2AD22C;
}
.TagClassName
{
border-color: #2AD22C;
}
</style>