Shades of Lime Green #2ACD4D
Tints of Lime Green #2ACD4D
RGB
CMYK
RGB Variations
Color information
#2ACD4D (or 0x2ACD4D) is known color: Lime Green. HEX triplet: 2A, CD and 4D. RGB value is (42,205,77). Sum of RGB (Red+Green+Blue) = 42+205+77=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACD4D is #D532B2. Grayscale: #8E8E8E. Windows color (decimal): -13972147 or 5098794. OLE color: 5098794.
HSL color Cylindrical-coordinate representation of color #2ACD4D: hue angle of 132.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACD4D is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 77 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.20 |
| HSL | 132.88º | 0.66% | 0.48% | - |
| HSV(B) | 132.88º | 0.8% | 0.8% | - |
| XYZ | 24.13 | 44.69 | 14.38 | - |
| YUV | 141.67 | 91.5 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 77 | 0.80 | 0 | 0.62 | 0.20 | 132.88 | 0.66 | 0.48 |
| Hex | 2A | CD | 4D | 50 | 0 | 3E | 14 | 85 | 42 | 30 |
| Octal | 52 | 315 | 115 | 120 | 0 | 76 | 24 | 205 | 102 | 60 |
| Binary | 101010 | 11001101 | 1001101 | 1010000 | 0 | 111110 | 10100 | 10000101 | 1000010 | 110000 |
Color Harmonies of #2ACD4D
Complementary color
Monochromatic Colors of #2ACD4D
Black with #2ACD4D
Text Example
Text Example
White with #2ACD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD4D; }
p { color: rgb(42,205,77); }
H1.HeaderClassName
{
color: #2ACD4D;
}
.AnyTagClassName
{
color: #2ACD4D;
}
</style>
background-color css
<style>
a { background-color: #2ACD4D; }
a { background-color: rgb(42,205,77); }
div.DivClassName
{
background-color: #2ACD4D;
}
.BgClassName
{
background-color: #2ACD4D;
}
</style>
border-color css
<style>
span { border-color: #2ACD4D; }
span { border-color: rgb(42,205,77); }
td.TdClassName
{
border-color: #2ACD4D;
}
.TagClassName
{
border-color: #2ACD4D;
}
</style>