Shades of Lime Green #2AD929
Tints of Lime Green #2AD929
RGB
CMYK
RGB Variations
Color information
#2AD929 (or 0x2AD929) is known color: Lime Green. HEX triplet: 2A, D9 and 29. RGB value is (42,217,41). Sum of RGB (Red+Green+Blue) = 42+217+41=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 217 (85.16% from 255 or 72.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD929 is #D526D6. Grayscale: #919191. Windows color (decimal): -13969111 or 2742570. OLE color: 2742570.
HSL color Cylindrical-coordinate representation of color #2AD929: hue angle of 119.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD929 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 41 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.15 |
| HSL | 119.66º | 0.7% | 0.51% | - |
| HSV(B) | 119.66º | 0.81% | 0.85% | - |
| XYZ | 26.17 | 50.28 | 10.42 | - |
| YUV | 144.61 | 69.52 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 41 | 0.81 | 0 | 0.81 | 0.15 | 119.66 | 0.7 | 0.51 |
| Hex | 2A | D9 | 29 | 51 | 0 | 51 | F | 78 | 46 | 33 |
| Octal | 52 | 331 | 51 | 121 | 0 | 121 | 17 | 170 | 106 | 63 |
| Binary | 101010 | 11011001 | 101001 | 1010001 | 0 | 1010001 | 1111 | 1111000 | 1000110 | 110011 |
Color Harmonies of #2AD929
Complementary color
Monochromatic Colors of #2AD929
Black with #2AD929
Text Example
Text Example
White with #2AD929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD929; }
p { color: rgb(42,217,41); }
H1.HeaderClassName
{
color: #2AD929;
}
.AnyTagClassName
{
color: #2AD929;
}
</style>
background-color css
<style>
a { background-color: #2AD929; }
a { background-color: rgb(42,217,41); }
div.DivClassName
{
background-color: #2AD929;
}
.BgClassName
{
background-color: #2AD929;
}
</style>
border-color css
<style>
span { border-color: #2AD929; }
span { border-color: rgb(42,217,41); }
td.TdClassName
{
border-color: #2AD929;
}
.TagClassName
{
border-color: #2AD929;
}
</style>