Shades of Lime Green #2ACD36
Tints of Lime Green #2ACD36
RGB
CMYK
RGB Variations
Color information
#2ACD36 (or 0x2ACD36) is known color: Lime Green. HEX triplet: 2A, CD and 36. RGB value is (42,205,54). Sum of RGB (Red+Green+Blue) = 42+205+54=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 205 (80.47% from 255 or 68.11% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD36 is #D532C9. Grayscale: #8B8B8B. Windows color (decimal): -13972170 or 3591466. OLE color: 3591466.
HSL color Cylindrical-coordinate representation of color #2ACD36: hue angle of 124.42º 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 #2ACD36 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 54 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.20 |
| HSL | 124.42º | 0.66% | 0.48% | - |
| HSV(B) | 124.42º | 0.8% | 0.8% | - |
| XYZ | 23.45 | 44.42 | 10.83 | - |
| YUV | 139.05 | 80 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 54 | 0.80 | 0 | 0.74 | 0.20 | 124.42 | 0.66 | 0.48 |
| Hex | 2A | CD | 36 | 50 | 0 | 4A | 14 | 7C | 42 | 30 |
| Octal | 52 | 315 | 66 | 120 | 0 | 112 | 24 | 174 | 102 | 60 |
| Binary | 101010 | 11001101 | 110110 | 1010000 | 0 | 1001010 | 10100 | 1111100 | 1000010 | 110000 |
Color Harmonies of #2ACD36
Complementary color
Monochromatic Colors of #2ACD36
Black with #2ACD36
Text Example
Text Example
White with #2ACD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD36; }
p { color: rgb(42,205,54); }
H1.HeaderClassName
{
color: #2ACD36;
}
.AnyTagClassName
{
color: #2ACD36;
}
</style>
background-color css
<style>
a { background-color: #2ACD36; }
a { background-color: rgb(42,205,54); }
div.DivClassName
{
background-color: #2ACD36;
}
.BgClassName
{
background-color: #2ACD36;
}
</style>
border-color css
<style>
span { border-color: #2ACD36; }
span { border-color: rgb(42,205,54); }
td.TdClassName
{
border-color: #2ACD36;
}
.TagClassName
{
border-color: #2ACD36;
}
</style>