Shades of Lime Green #2ACD25
Tints of Lime Green #2ACD25
RGB
CMYK
RGB Variations
Color information
#2ACD25 (or 0x2ACD25) is known color: Lime Green. HEX triplet: 2A, CD and 25. RGB value is (42,205,37). Sum of RGB (Red+Green+Blue) = 42+205+37=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 205 (80.47% from 255 or 72.18% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD25 is #D532DA. Grayscale: #898989. Windows color (decimal): -13972187 or 2477354. OLE color: 2477354.
HSL color Cylindrical-coordinate representation of color #2ACD25: hue angle of 118.21º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ACD25 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 37 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.20 |
| HSL | 118.21º | 0.69% | 0.47% | - |
| HSV(B) | 118.21º | 0.82% | 0.8% | - |
| XYZ | 23.12 | 44.29 | 9.08 | - |
| YUV | 137.11 | 71.5 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 37 | 0.80 | 0 | 0.82 | 0.20 | 118.21 | 0.69 | 0.47 |
| Hex | 2A | CD | 25 | 50 | 0 | 52 | 14 | 76 | 45 | 2F |
| Octal | 52 | 315 | 45 | 120 | 0 | 122 | 24 | 166 | 105 | 57 |
| Binary | 101010 | 11001101 | 100101 | 1010000 | 0 | 1010010 | 10100 | 1110110 | 1000101 | 101111 |
Color Harmonies of #2ACD25
Complementary color
Monochromatic Colors of #2ACD25
Black with #2ACD25
Text Example
Text Example
White with #2ACD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD25; }
p { color: rgb(42,205,37); }
H1.HeaderClassName
{
color: #2ACD25;
}
.AnyTagClassName
{
color: #2ACD25;
}
</style>
background-color css
<style>
a { background-color: #2ACD25; }
a { background-color: rgb(42,205,37); }
div.DivClassName
{
background-color: #2ACD25;
}
.BgClassName
{
background-color: #2ACD25;
}
</style>
border-color css
<style>
span { border-color: #2ACD25; }
span { border-color: rgb(42,205,37); }
td.TdClassName
{
border-color: #2ACD25;
}
.TagClassName
{
border-color: #2ACD25;
}
</style>