Shades of Lime Green #2AC828
Tints of Lime Green #2AC828
RGB
CMYK
RGB Variations
Color information
#2AC828 (or 0x2AC828) is known color: Lime Green. HEX triplet: 2A, C8 and 28. RGB value is (42,200,40). Sum of RGB (Red+Green+Blue) = 42+200+40=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 200 (78.52% from 255 or 70.92% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC828 is #D537D7. Grayscale: #878787. Windows color (decimal): -13973464 or 2672682. OLE color: 2672682.
HSL color Cylindrical-coordinate representation of color #2AC828: hue angle of 119.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AC828 is Cyan = 0.79, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 40 | - |
| CMYK | 0.79 | 0 | 0.8 | 0.22 |
| HSL | 119.25º | 0.67% | 0.47% | - |
| HSV(B) | 119.25º | 0.8% | 0.78% | - |
| XYZ | 21.99 | 41.95 | 8.95 | - |
| YUV | 134.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 40 | 0.79 | 0 | 0.8 | 0.22 | 119.25 | 0.67 | 0.47 |
| Hex | 2A | C8 | 28 | 4F | 0 | 50 | 16 | 77 | 43 | 2F |
| Octal | 52 | 310 | 50 | 117 | 0 | 120 | 26 | 167 | 103 | 57 |
| Binary | 101010 | 11001000 | 101000 | 1001111 | 0 | 1010000 | 10110 | 1110111 | 1000011 | 101111 |
Color Harmonies of #2AC828
Complementary color
Monochromatic Colors of #2AC828
Black with #2AC828
Text Example
Text Example
White with #2AC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC828; }
p { color: rgb(42,200,40); }
H1.HeaderClassName
{
color: #2AC828;
}
.AnyTagClassName
{
color: #2AC828;
}
</style>
background-color css
<style>
a { background-color: #2AC828; }
a { background-color: rgb(42,200,40); }
div.DivClassName
{
background-color: #2AC828;
}
.BgClassName
{
background-color: #2AC828;
}
</style>
border-color css
<style>
span { border-color: #2AC828; }
span { border-color: rgb(42,200,40); }
td.TdClassName
{
border-color: #2AC828;
}
.TagClassName
{
border-color: #2AC828;
}
</style>