Shades of Lime Green #2AB428
Tints of Lime Green #2AB428
RGB
CMYK
RGB Variations
Color information
#2AB428 (or 0x2AB428) is known color: Lime Green. HEX triplet: 2A, B4 and 28. RGB value is (42,180,40). Sum of RGB (Red+Green+Blue) = 42+180+40=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 180 (70.70% from 255 or 68.70% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB428 is #D54BD7. Grayscale: #7B7B7B. Windows color (decimal): -13978584 or 2667562. OLE color: 2667562.
HSL color Cylindrical-coordinate representation of color #2AB428: hue angle of 119.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB428 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 40 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.29 |
| HSL | 119.14º | 0.64% | 0.43% | - |
| HSV(B) | 119.14º | 0.78% | 0.71% | - |
| XYZ | 17.66 | 33.29 | 7.5 | - |
| YUV | 122.78 | 81.28 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 40 | 0.77 | 0 | 0.78 | 0.29 | 119.14 | 0.64 | 0.43 |
| Hex | 2A | B4 | 28 | 4D | 0 | 4E | 1D | 77 | 40 | 2B |
| Octal | 52 | 264 | 50 | 115 | 0 | 116 | 35 | 167 | 100 | 53 |
| Binary | 101010 | 10110100 | 101000 | 1001101 | 0 | 1001110 | 11101 | 1110111 | 1000000 | 101011 |
Color Harmonies of #2AB428
Complementary color
Monochromatic Colors of #2AB428
Black with #2AB428
Text Example
Text Example
White with #2AB428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB428; }
p { color: rgb(42,180,40); }
H1.HeaderClassName
{
color: #2AB428;
}
.AnyTagClassName
{
color: #2AB428;
}
</style>
background-color css
<style>
a { background-color: #2AB428; }
a { background-color: rgb(42,180,40); }
div.DivClassName
{
background-color: #2AB428;
}
.BgClassName
{
background-color: #2AB428;
}
</style>
border-color css
<style>
span { border-color: #2AB428; }
span { border-color: rgb(42,180,40); }
td.TdClassName
{
border-color: #2AB428;
}
.TagClassName
{
border-color: #2AB428;
}
</style>