Shades of Lime Green #2ACD45
Tints of Lime Green #2ACD45
RGB
CMYK
RGB Variations
Color information
#2ACD45 (or 0x2ACD45) is known color: Lime Green. HEX triplet: 2A, CD and 45. RGB value is (42,205,69). Sum of RGB (Red+Green+Blue) = 42+205+69=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD45 is #D532BA. Grayscale: #8D8D8D. Windows color (decimal): -13972155 or 4574506. OLE color: 4574506.
HSL color Cylindrical-coordinate representation of color #2ACD45: hue angle of 129.94º 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 #2ACD45 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 69 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.20 |
| HSL | 129.94º | 0.66% | 0.48% | - |
| HSV(B) | 129.94º | 0.8% | 0.8% | - |
| XYZ | 23.86 | 44.58 | 12.98 | - |
| YUV | 140.76 | 87.5 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 69 | 0.80 | 0 | 0.66 | 0.20 | 129.94 | 0.66 | 0.48 |
| Hex | 2A | CD | 45 | 50 | 0 | 42 | 14 | 82 | 42 | 30 |
| Octal | 52 | 315 | 105 | 120 | 0 | 102 | 24 | 202 | 102 | 60 |
| Binary | 101010 | 11001101 | 1000101 | 1010000 | 0 | 1000010 | 10100 | 10000010 | 1000010 | 110000 |
Color Harmonies of #2ACD45
Complementary color
Monochromatic Colors of #2ACD45
Black with #2ACD45
Text Example
Text Example
White with #2ACD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD45; }
p { color: rgb(42,205,69); }
H1.HeaderClassName
{
color: #2ACD45;
}
.AnyTagClassName
{
color: #2ACD45;
}
</style>
background-color css
<style>
a { background-color: #2ACD45; }
a { background-color: rgb(42,205,69); }
div.DivClassName
{
background-color: #2ACD45;
}
.BgClassName
{
background-color: #2ACD45;
}
</style>
border-color css
<style>
span { border-color: #2ACD45; }
span { border-color: rgb(42,205,69); }
td.TdClassName
{
border-color: #2ACD45;
}
.TagClassName
{
border-color: #2ACD45;
}
</style>