Shades of Lime Green #2ACD4A
Tints of Lime Green #2ACD4A
RGB
CMYK
RGB Variations
Color information
#2ACD4A (or 0x2ACD4A) is known color: Lime Green. HEX triplet: 2A, CD and 4A. RGB value is (42,205,74). Sum of RGB (Red+Green+Blue) = 42+205+74=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 205 (80.47% from 255 or 63.86% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD4A is #D532B5. Grayscale: #8D8D8D. Windows color (decimal): -13972150 or 4902186. OLE color: 4902186.
HSL color Cylindrical-coordinate representation of color #2ACD4A: hue angle of 131.78º 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 #2ACD4A is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 74 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.20 |
| HSL | 131.78º | 0.66% | 0.48% | - |
| HSV(B) | 131.78º | 0.8% | 0.8% | - |
| XYZ | 24.02 | 44.65 | 13.83 | - |
| YUV | 141.33 | 90 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 74 | 0.80 | 0 | 0.64 | 0.20 | 131.78 | 0.66 | 0.48 |
| Hex | 2A | CD | 4A | 50 | 0 | 40 | 14 | 84 | 42 | 30 |
| Octal | 52 | 315 | 112 | 120 | 0 | 100 | 24 | 204 | 102 | 60 |
| Binary | 101010 | 11001101 | 1001010 | 1010000 | 0 | 1000000 | 10100 | 10000100 | 1000010 | 110000 |
Color Harmonies of #2ACD4A
Complementary color
Monochromatic Colors of #2ACD4A
Black with #2ACD4A
Text Example
Text Example
White with #2ACD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD4A; }
p { color: rgb(42,205,74); }
H1.HeaderClassName
{
color: #2ACD4A;
}
.AnyTagClassName
{
color: #2ACD4A;
}
</style>
background-color css
<style>
a { background-color: #2ACD4A; }
a { background-color: rgb(42,205,74); }
div.DivClassName
{
background-color: #2ACD4A;
}
.BgClassName
{
background-color: #2ACD4A;
}
</style>
border-color css
<style>
span { border-color: #2ACD4A; }
span { border-color: rgb(42,205,74); }
td.TdClassName
{
border-color: #2ACD4A;
}
.TagClassName
{
border-color: #2ACD4A;
}
</style>