Shades of Lime Green #2AD129
Tints of Lime Green #2AD129
RGB
CMYK
RGB Variations
Color information
#2AD129 (or 0x2AD129) is known color: Lime Green. HEX triplet: 2A, D1 and 29. RGB value is (42,209,41). Sum of RGB (Red+Green+Blue) = 42+209+41=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 209 (82.03% from 255 or 71.58% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD129 is #D52ED6. Grayscale: #8C8C8C. Windows color (decimal): -13971159 or 2740522. OLE color: 2740522.
HSL color Cylindrical-coordinate representation of color #2AD129: hue angle of 119.64º 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 #2AD129 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 41 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.18 |
| HSL | 119.64º | 0.67% | 0.49% | - |
| HSV(B) | 119.64º | 0.8% | 0.82% | - |
| XYZ | 24.16 | 46.25 | 9.75 | - |
| YUV | 139.92 | 72.17 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 41 | 0.80 | 0 | 0.80 | 0.18 | 119.64 | 0.67 | 0.49 |
| Hex | 2A | D1 | 29 | 50 | 0 | 50 | 12 | 78 | 43 | 31 |
| Octal | 52 | 321 | 51 | 120 | 0 | 120 | 22 | 170 | 103 | 61 |
| Binary | 101010 | 11010001 | 101001 | 1010000 | 0 | 1010000 | 10010 | 1111000 | 1000011 | 110001 |
Color Harmonies of #2AD129
Complementary color
Monochromatic Colors of #2AD129
Black with #2AD129
Text Example
Text Example
White with #2AD129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD129; }
p { color: rgb(42,209,41); }
H1.HeaderClassName
{
color: #2AD129;
}
.AnyTagClassName
{
color: #2AD129;
}
</style>
background-color css
<style>
a { background-color: #2AD129; }
a { background-color: rgb(42,209,41); }
div.DivClassName
{
background-color: #2AD129;
}
.BgClassName
{
background-color: #2AD129;
}
</style>
border-color css
<style>
span { border-color: #2AD129; }
span { border-color: rgb(42,209,41); }
td.TdClassName
{
border-color: #2AD129;
}
.TagClassName
{
border-color: #2AD129;
}
</style>