Shades of Lime Green #2ACD47
Tints of Lime Green #2ACD47
RGB
CMYK
RGB Variations
Color information
#2ACD47 (or 0x2ACD47) is known color: Lime Green. HEX triplet: 2A, CD and 47. RGB value is (42,205,71). Sum of RGB (Red+Green+Blue) = 42+205+71=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 205 (80.47% from 255 or 64.47% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD47 is #D532B8. Grayscale: #8D8D8D. Windows color (decimal): -13972153 or 4705578. OLE color: 4705578.
HSL color Cylindrical-coordinate representation of color #2ACD47: hue angle of 130.67º 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 #2ACD47 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 71 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.20 |
| HSL | 130.67º | 0.66% | 0.48% | - |
| HSV(B) | 130.67º | 0.8% | 0.8% | - |
| XYZ | 23.92 | 44.61 | 13.31 | - |
| YUV | 140.99 | 88.5 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 71 | 0.80 | 0 | 0.65 | 0.20 | 130.67 | 0.66 | 0.48 |
| Hex | 2A | CD | 47 | 50 | 0 | 41 | 14 | 83 | 42 | 30 |
| Octal | 52 | 315 | 107 | 120 | 0 | 101 | 24 | 203 | 102 | 60 |
| Binary | 101010 | 11001101 | 1000111 | 1010000 | 0 | 1000001 | 10100 | 10000011 | 1000010 | 110000 |
Color Harmonies of #2ACD47
Complementary color
Monochromatic Colors of #2ACD47
Black with #2ACD47
Text Example
Text Example
White with #2ACD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD47; }
p { color: rgb(42,205,71); }
H1.HeaderClassName
{
color: #2ACD47;
}
.AnyTagClassName
{
color: #2ACD47;
}
</style>
background-color css
<style>
a { background-color: #2ACD47; }
a { background-color: rgb(42,205,71); }
div.DivClassName
{
background-color: #2ACD47;
}
.BgClassName
{
background-color: #2ACD47;
}
</style>
border-color css
<style>
span { border-color: #2ACD47; }
span { border-color: rgb(42,205,71); }
td.TdClassName
{
border-color: #2ACD47;
}
.TagClassName
{
border-color: #2ACD47;
}
</style>