Shades of Lime Green #2ACD4B
Tints of Lime Green #2ACD4B
RGB
CMYK
RGB Variations
Color information
#2ACD4B (or 0x2ACD4B) is known color: Lime Green. HEX triplet: 2A, CD and 4B. RGB value is (42,205,75). Sum of RGB (Red+Green+Blue) = 42+205+75=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD4B is #D532B4. Grayscale: #8D8D8D. Windows color (decimal): -13972149 or 4967722. OLE color: 4967722.
HSL color Cylindrical-coordinate representation of color #2ACD4B: hue angle of 132.15º 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 #2ACD4B is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 75 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.20 |
| HSL | 132.15º | 0.66% | 0.48% | - |
| HSV(B) | 132.15º | 0.8% | 0.8% | - |
| XYZ | 24.06 | 44.66 | 14.01 | - |
| YUV | 141.44 | 90.5 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 75 | 0.80 | 0 | 0.63 | 0.20 | 132.15 | 0.66 | 0.48 |
| Hex | 2A | CD | 4B | 50 | 0 | 3F | 14 | 84 | 42 | 30 |
| Octal | 52 | 315 | 113 | 120 | 0 | 77 | 24 | 204 | 102 | 60 |
| Binary | 101010 | 11001101 | 1001011 | 1010000 | 0 | 111111 | 10100 | 10000100 | 1000010 | 110000 |
Color Harmonies of #2ACD4B
Complementary color
Monochromatic Colors of #2ACD4B
Black with #2ACD4B
Text Example
Text Example
White with #2ACD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD4B; }
p { color: rgb(42,205,75); }
H1.HeaderClassName
{
color: #2ACD4B;
}
.AnyTagClassName
{
color: #2ACD4B;
}
</style>
background-color css
<style>
a { background-color: #2ACD4B; }
a { background-color: rgb(42,205,75); }
div.DivClassName
{
background-color: #2ACD4B;
}
.BgClassName
{
background-color: #2ACD4B;
}
</style>
border-color css
<style>
span { border-color: #2ACD4B; }
span { border-color: rgb(42,205,75); }
td.TdClassName
{
border-color: #2ACD4B;
}
.TagClassName
{
border-color: #2ACD4B;
}
</style>