Shades of Lime Green #2AD832
Tints of Lime Green #2AD832
RGB
CMYK
RGB Variations
Color information
#2AD832 (or 0x2AD832) is known color: Lime Green. HEX triplet: 2A, D8 and 32. RGB value is (42,216,50). Sum of RGB (Red+Green+Blue) = 42+216+50=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 216 (84.77% from 255 or 70.13% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD832 is #D527CD. Grayscale: #919191. Windows color (decimal): -13969358 or 3332138. OLE color: 3332138.
HSL color Cylindrical-coordinate representation of color #2AD832: hue angle of 122.76º degrees, saturation: 0.69, 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 #2AD832 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 50 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.15 |
| HSL | 122.76º | 0.69% | 0.51% | - |
| HSV(B) | 122.76º | 0.81% | 0.85% | - |
| XYZ | 26.09 | 49.83 | 11.26 | - |
| YUV | 145.05 | 74.35 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 50 | 0.81 | 0 | 0.77 | 0.15 | 122.76 | 0.69 | 0.51 |
| Hex | 2A | D8 | 32 | 51 | 0 | 4D | F | 7B | 45 | 33 |
| Octal | 52 | 330 | 62 | 121 | 0 | 115 | 17 | 173 | 105 | 63 |
| Binary | 101010 | 11011000 | 110010 | 1010001 | 0 | 1001101 | 1111 | 1111011 | 1000101 | 110011 |
Color Harmonies of #2AD832
Complementary color
Monochromatic Colors of #2AD832
Black with #2AD832
Text Example
Text Example
White with #2AD832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD832; }
p { color: rgb(42,216,50); }
H1.HeaderClassName
{
color: #2AD832;
}
.AnyTagClassName
{
color: #2AD832;
}
</style>
background-color css
<style>
a { background-color: #2AD832; }
a { background-color: rgb(42,216,50); }
div.DivClassName
{
background-color: #2AD832;
}
.BgClassName
{
background-color: #2AD832;
}
</style>
border-color css
<style>
span { border-color: #2AD832; }
span { border-color: rgb(42,216,50); }
td.TdClassName
{
border-color: #2AD832;
}
.TagClassName
{
border-color: #2AD832;
}
</style>