Shades of Lime Green #2AD928
Tints of Lime Green #2AD928
RGB
CMYK
RGB Variations
Color information
#2AD928 (or 0x2AD928) is known color: Lime Green. HEX triplet: 2A, D9 and 28. RGB value is (42,217,40). Sum of RGB (Red+Green+Blue) = 42+217+40=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 217 (85.16% from 255 or 72.58% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD928 is #D526D7. Grayscale: #919191. Windows color (decimal): -13969112 or 2677034. OLE color: 2677034.
HSL color Cylindrical-coordinate representation of color #2AD928: hue angle of 119.32º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD928 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 40 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.15 |
| HSL | 119.32º | 0.7% | 0.5% | - |
| HSV(B) | 119.32º | 0.82% | 0.85% | - |
| XYZ | 26.15 | 50.27 | 10.33 | - |
| YUV | 144.5 | 69.02 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 40 | 0.81 | 0 | 0.82 | 0.15 | 119.32 | 0.7 | 0.5 |
| Hex | 2A | D9 | 28 | 51 | 0 | 52 | F | 77 | 46 | 32 |
| Octal | 52 | 331 | 50 | 121 | 0 | 122 | 17 | 167 | 106 | 62 |
| Binary | 101010 | 11011001 | 101000 | 1010001 | 0 | 1010010 | 1111 | 1110111 | 1000110 | 110010 |
Color Harmonies of #2AD928
Complementary color
Monochromatic Colors of #2AD928
Black with #2AD928
Text Example
Text Example
White with #2AD928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD928; }
p { color: rgb(42,217,40); }
H1.HeaderClassName
{
color: #2AD928;
}
.AnyTagClassName
{
color: #2AD928;
}
</style>
background-color css
<style>
a { background-color: #2AD928; }
a { background-color: rgb(42,217,40); }
div.DivClassName
{
background-color: #2AD928;
}
.BgClassName
{
background-color: #2AD928;
}
</style>
border-color css
<style>
span { border-color: #2AD928; }
span { border-color: rgb(42,217,40); }
td.TdClassName
{
border-color: #2AD928;
}
.TagClassName
{
border-color: #2AD928;
}
</style>