Shades of Lime Green #2ACD15
Tints of Lime Green #2ACD15
RGB
CMYK
RGB Variations
Color information
#2ACD15 (or 0x2ACD15) is known color: Lime Green. HEX triplet: 2A, CD and 15. RGB value is (42,205,21). Sum of RGB (Red+Green+Blue) = 42+205+21=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 205 (80.47% from 255 or 76.49% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACD15 is #D532EA. Grayscale: #878787. Windows color (decimal): -13972203 or 1428778. OLE color: 1428778.
HSL color Cylindrical-coordinate representation of color #2ACD15: hue angle of 113.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ACD15 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 21 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.20 |
| HSL | 113.15º | 0.81% | 0.44% | - |
| HSV(B) | 113.15º | 0.9% | 0.8% | - |
| XYZ | 22.92 | 44.21 | 8.03 | - |
| YUV | 135.29 | 63.5 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 21 | 0.80 | 0 | 0.90 | 0.20 | 113.15 | 0.81 | 0.44 |
| Hex | 2A | CD | 15 | 50 | 0 | 5A | 14 | 71 | 51 | 2C |
| Octal | 52 | 315 | 25 | 120 | 0 | 132 | 24 | 161 | 121 | 54 |
| Binary | 101010 | 11001101 | 10101 | 1010000 | 0 | 1011010 | 10100 | 1110001 | 1010001 | 101100 |
Color Harmonies of #2ACD15
Complementary color
Monochromatic Colors of #2ACD15
Black with #2ACD15
Text Example
Text Example
White with #2ACD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD15; }
p { color: rgb(42,205,21); }
H1.HeaderClassName
{
color: #2ACD15;
}
.AnyTagClassName
{
color: #2ACD15;
}
</style>
background-color css
<style>
a { background-color: #2ACD15; }
a { background-color: rgb(42,205,21); }
div.DivClassName
{
background-color: #2ACD15;
}
.BgClassName
{
background-color: #2ACD15;
}
</style>
border-color css
<style>
span { border-color: #2ACD15; }
span { border-color: rgb(42,205,21); }
td.TdClassName
{
border-color: #2ACD15;
}
.TagClassName
{
border-color: #2ACD15;
}
</style>