Shades of Lime Green #2AC84D
Tints of Lime Green #2AC84D
RGB
CMYK
RGB Variations
Color information
#2AC84D (or 0x2AC84D) is known color: Lime Green. HEX triplet: 2A, C8 and 4D. RGB value is (42,200,77). Sum of RGB (Red+Green+Blue) = 42+200+77=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC84D is #D537B2. Grayscale: #8B8B8B. Windows color (decimal): -13973427 or 5097514. OLE color: 5097514.
HSL color Cylindrical-coordinate representation of color #2AC84D: hue angle of 133.29º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC84D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 77 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.22 |
| HSL | 133.29º | 0.65% | 0.47% | - |
| HSV(B) | 133.29º | 0.79% | 0.78% | - |
| XYZ | 22.95 | 42.34 | 13.98 | - |
| YUV | 138.74 | 93.15 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 77 | 0.79 | 0 | 0.62 | 0.22 | 133.29 | 0.65 | 0.47 |
| Hex | 2A | C8 | 4D | 4F | 0 | 3E | 16 | 85 | 41 | 2F |
| Octal | 52 | 310 | 115 | 117 | 0 | 76 | 26 | 205 | 101 | 57 |
| Binary | 101010 | 11001000 | 1001101 | 1001111 | 0 | 111110 | 10110 | 10000101 | 1000001 | 101111 |
Color Harmonies of #2AC84D
Complementary color
Monochromatic Colors of #2AC84D
Black with #2AC84D
Text Example
Text Example
White with #2AC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC84D; }
p { color: rgb(42,200,77); }
H1.HeaderClassName
{
color: #2AC84D;
}
.AnyTagClassName
{
color: #2AC84D;
}
</style>
background-color css
<style>
a { background-color: #2AC84D; }
a { background-color: rgb(42,200,77); }
div.DivClassName
{
background-color: #2AC84D;
}
.BgClassName
{
background-color: #2AC84D;
}
</style>
border-color css
<style>
span { border-color: #2AC84D; }
span { border-color: rgb(42,200,77); }
td.TdClassName
{
border-color: #2AC84D;
}
.TagClassName
{
border-color: #2AC84D;
}
</style>