Shades of Lime Green #2ACD1E
Tints of Lime Green #2ACD1E
RGB
CMYK
RGB Variations
Color information
#2ACD1E (or 0x2ACD1E) is known color: Lime Green. HEX triplet: 2A, CD and 1E. RGB value is (42,205,30). Sum of RGB (Red+Green+Blue) = 42+205+30=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 205 (80.47% from 255 or 74.01% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD1E is #D532E1. Grayscale: #888888. Windows color (decimal): -13972194 or 2018602. OLE color: 2018602.
HSL color Cylindrical-coordinate representation of color #2ACD1E: hue angle of 115.89º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ACD1E is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 30 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.20 |
| HSL | 115.89º | 0.74% | 0.46% | - |
| HSV(B) | 115.89º | 0.85% | 0.8% | - |
| XYZ | 23.02 | 44.25 | 8.56 | - |
| YUV | 136.31 | 68 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 30 | 0.80 | 0 | 0.85 | 0.20 | 115.89 | 0.74 | 0.46 |
| Hex | 2A | CD | 1E | 50 | 0 | 55 | 14 | 74 | 4A | 2E |
| Octal | 52 | 315 | 36 | 120 | 0 | 125 | 24 | 164 | 112 | 56 |
| Binary | 101010 | 11001101 | 11110 | 1010000 | 0 | 1010101 | 10100 | 1110100 | 1001010 | 101110 |
Color Harmonies of #2ACD1E
Complementary color
Monochromatic Colors of #2ACD1E
Black with #2ACD1E
Text Example
Text Example
White with #2ACD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD1E; }
p { color: rgb(42,205,30); }
H1.HeaderClassName
{
color: #2ACD1E;
}
.AnyTagClassName
{
color: #2ACD1E;
}
</style>
background-color css
<style>
a { background-color: #2ACD1E; }
a { background-color: rgb(42,205,30); }
div.DivClassName
{
background-color: #2ACD1E;
}
.BgClassName
{
background-color: #2ACD1E;
}
</style>
border-color css
<style>
span { border-color: #2ACD1E; }
span { border-color: rgb(42,205,30); }
td.TdClassName
{
border-color: #2ACD1E;
}
.TagClassName
{
border-color: #2ACD1E;
}
</style>