Shades of Lime Green #2AD847
Tints of Lime Green #2AD847
RGB
CMYK
RGB Variations
Color information
#2AD847 (or 0x2AD847) is known color: Lime Green. HEX triplet: 2A, D8 and 47. RGB value is (42,216,71). Sum of RGB (Red+Green+Blue) = 42+216+71=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD847 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD847 is #D527B8. Grayscale: #939393. Windows color (decimal): -13969337 or 4708394. OLE color: 4708394.
HSL color Cylindrical-coordinate representation of color #2AD847: hue angle of 130º 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 #2AD847 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 71 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.15 |
| HSL | 130º | 0.69% | 0.51% | - |
| HSV(B) | 130º | 0.81% | 0.85% | - |
| XYZ | 26.65 | 50.06 | 14.22 | - |
| YUV | 147.44 | 84.85 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 71 | 0.81 | 0 | 0.67 | 0.15 | 130 | 0.69 | 0.51 |
| Hex | 2A | D8 | 47 | 51 | 0 | 43 | F | 82 | 45 | 33 |
| Octal | 52 | 330 | 107 | 121 | 0 | 103 | 17 | 202 | 105 | 63 |
| Binary | 101010 | 11011000 | 1000111 | 1010001 | 0 | 1000011 | 1111 | 10000010 | 1000101 | 110011 |
Color Harmonies of #2AD847
Complementary color
Monochromatic Colors of #2AD847
Black with #2AD847
Text Example
Text Example
White with #2AD847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD847; }
p { color: rgb(42,216,71); }
H1.HeaderClassName
{
color: #2AD847;
}
.AnyTagClassName
{
color: #2AD847;
}
</style>
background-color css
<style>
a { background-color: #2AD847; }
a { background-color: rgb(42,216,71); }
div.DivClassName
{
background-color: #2AD847;
}
.BgClassName
{
background-color: #2AD847;
}
</style>
border-color css
<style>
span { border-color: #2AD847; }
span { border-color: rgb(42,216,71); }
td.TdClassName
{
border-color: #2AD847;
}
.TagClassName
{
border-color: #2AD847;
}
</style>