Shades of Lime Green #2AD120
Tints of Lime Green #2AD120
RGB
CMYK
RGB Variations
Color information
#2AD120 (or 0x2AD120) is known color: Lime Green. HEX triplet: 2A, D1 and 20. RGB value is (42,209,32). Sum of RGB (Red+Green+Blue) = 42+209+32=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 209 (82.03% from 255 or 73.85% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD120 is #D52EDF. Grayscale: #8B8B8B. Windows color (decimal): -13971168 or 2150698. OLE color: 2150698.
HSL color Cylindrical-coordinate representation of color #2AD120: hue angle of 116.61º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AD120 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 32 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.18 |
| HSL | 116.61º | 0.73% | 0.47% | - |
| HSV(B) | 116.61º | 0.85% | 0.82% | - |
| XYZ | 24.02 | 46.2 | 9.02 | - |
| YUV | 138.89 | 67.67 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 32 | 0.80 | 0 | 0.85 | 0.18 | 116.61 | 0.73 | 0.47 |
| Hex | 2A | D1 | 20 | 50 | 0 | 55 | 12 | 75 | 49 | 2F |
| Octal | 52 | 321 | 40 | 120 | 0 | 125 | 22 | 165 | 111 | 57 |
| Binary | 101010 | 11010001 | 100000 | 1010000 | 0 | 1010101 | 10010 | 1110101 | 1001001 | 101111 |
Color Harmonies of #2AD120
Complementary color
Monochromatic Colors of #2AD120
Black with #2AD120
Text Example
Text Example
White with #2AD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD120; }
p { color: rgb(42,209,32); }
H1.HeaderClassName
{
color: #2AD120;
}
.AnyTagClassName
{
color: #2AD120;
}
</style>
background-color css
<style>
a { background-color: #2AD120; }
a { background-color: rgb(42,209,32); }
div.DivClassName
{
background-color: #2AD120;
}
.BgClassName
{
background-color: #2AD120;
}
</style>
border-color css
<style>
span { border-color: #2AD120; }
span { border-color: rgb(42,209,32); }
td.TdClassName
{
border-color: #2AD120;
}
.TagClassName
{
border-color: #2AD120;
}
</style>