Shades of Lime Green #2AD828
Tints of Lime Green #2AD828
RGB
CMYK
RGB Variations
Color information
#2AD828 (or 0x2AD828) is known color: Lime Green. HEX triplet: 2A, D8 and 28. RGB value is (42,216,40). Sum of RGB (Red+Green+Blue) = 42+216+40=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 216 (84.77% from 255 or 72.48% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD828 is #D527D7. Grayscale: #909090. Windows color (decimal): -13969368 or 2676778. OLE color: 2676778.
HSL color Cylindrical-coordinate representation of color #2AD828: hue angle of 119.32º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD828 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 40 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.15 |
| HSL | 119.32º | 0.69% | 0.5% | - |
| HSV(B) | 119.32º | 0.81% | 0.85% | - |
| XYZ | 25.89 | 49.76 | 10.25 | - |
| YUV | 143.91 | 69.35 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 40 | 0.81 | 0 | 0.81 | 0.15 | 119.32 | 0.69 | 0.5 |
| Hex | 2A | D8 | 28 | 51 | 0 | 51 | F | 77 | 45 | 32 |
| Octal | 52 | 330 | 50 | 121 | 0 | 121 | 17 | 167 | 105 | 62 |
| Binary | 101010 | 11011000 | 101000 | 1010001 | 0 | 1010001 | 1111 | 1110111 | 1000101 | 110010 |
Color Harmonies of #2AD828
Complementary color
Monochromatic Colors of #2AD828
Black with #2AD828
Text Example
Text Example
White with #2AD828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD828; }
p { color: rgb(42,216,40); }
H1.HeaderClassName
{
color: #2AD828;
}
.AnyTagClassName
{
color: #2AD828;
}
</style>
background-color css
<style>
a { background-color: #2AD828; }
a { background-color: rgb(42,216,40); }
div.DivClassName
{
background-color: #2AD828;
}
.BgClassName
{
background-color: #2AD828;
}
</style>
border-color css
<style>
span { border-color: #2AD828; }
span { border-color: rgb(42,216,40); }
td.TdClassName
{
border-color: #2AD828;
}
.TagClassName
{
border-color: #2AD828;
}
</style>