Shades of Lime Green #2AD932
Tints of Lime Green #2AD932
RGB
CMYK
RGB Variations
Color information
#2AD932 (or 0x2AD932) is known color: Lime Green. HEX triplet: 2A, D9 and 32. RGB value is (42,217,50). Sum of RGB (Red+Green+Blue) = 42+217+50=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 217 (85.16% from 255 or 70.23% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD932 is #D526CD. Grayscale: #929292. Windows color (decimal): -13969102 or 3332394. OLE color: 3332394.
HSL color Cylindrical-coordinate representation of color #2AD932: hue angle of 122.74º 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 #2AD932 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 50 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.15 |
| HSL | 122.74º | 0.7% | 0.51% | - |
| HSV(B) | 122.74º | 0.81% | 0.85% | - |
| XYZ | 26.34 | 50.35 | 11.35 | - |
| YUV | 145.64 | 74.02 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 50 | 0.81 | 0 | 0.77 | 0.15 | 122.74 | 0.7 | 0.51 |
| Hex | 2A | D9 | 32 | 51 | 0 | 4D | F | 7B | 46 | 33 |
| Octal | 52 | 331 | 62 | 121 | 0 | 115 | 17 | 173 | 106 | 63 |
| Binary | 101010 | 11011001 | 110010 | 1010001 | 0 | 1001101 | 1111 | 1111011 | 1000110 | 110011 |
Color Harmonies of #2AD932
Complementary color
Monochromatic Colors of #2AD932
Black with #2AD932
Text Example
Text Example
White with #2AD932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD932; }
p { color: rgb(42,217,50); }
H1.HeaderClassName
{
color: #2AD932;
}
.AnyTagClassName
{
color: #2AD932;
}
</style>
background-color css
<style>
a { background-color: #2AD932; }
a { background-color: rgb(42,217,50); }
div.DivClassName
{
background-color: #2AD932;
}
.BgClassName
{
background-color: #2AD932;
}
</style>
border-color css
<style>
span { border-color: #2AD932; }
span { border-color: rgb(42,217,50); }
td.TdClassName
{
border-color: #2AD932;
}
.TagClassName
{
border-color: #2AD932;
}
</style>