Shades of Lime Green #2AC825
Tints of Lime Green #2AC825
RGB
CMYK
RGB Variations
Color information
#2AC825 (or 0x2AC825) is known color: Lime Green. HEX triplet: 2A, C8 and 25. RGB value is (42,200,37). Sum of RGB (Red+Green+Blue) = 42+200+37=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 200 (78.52% from 255 or 71.68% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC825 is #D537DA. Grayscale: #868686. Windows color (decimal): -13973467 or 2476074. OLE color: 2476074.
HSL color Cylindrical-coordinate representation of color #2AC825: hue angle of 118.16º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AC825 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 37 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.22 |
| HSL | 118.16º | 0.69% | 0.46% | - |
| HSV(B) | 118.16º | 0.82% | 0.78% | - |
| XYZ | 21.94 | 41.93 | 8.69 | - |
| YUV | 134.18 | 73.15 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 37 | 0.79 | 0 | 0.82 | 0.22 | 118.16 | 0.69 | 0.46 |
| Hex | 2A | C8 | 25 | 4F | 0 | 52 | 16 | 76 | 45 | 2E |
| Octal | 52 | 310 | 45 | 117 | 0 | 122 | 26 | 166 | 105 | 56 |
| Binary | 101010 | 11001000 | 100101 | 1001111 | 0 | 1010010 | 10110 | 1110110 | 1000101 | 101110 |
Color Harmonies of #2AC825
Complementary color
Monochromatic Colors of #2AC825
Black with #2AC825
Text Example
Text Example
White with #2AC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC825; }
p { color: rgb(42,200,37); }
H1.HeaderClassName
{
color: #2AC825;
}
.AnyTagClassName
{
color: #2AC825;
}
</style>
background-color css
<style>
a { background-color: #2AC825; }
a { background-color: rgb(42,200,37); }
div.DivClassName
{
background-color: #2AC825;
}
.BgClassName
{
background-color: #2AC825;
}
</style>
border-color css
<style>
span { border-color: #2AC825; }
span { border-color: rgb(42,200,37); }
td.TdClassName
{
border-color: #2AC825;
}
.TagClassName
{
border-color: #2AC825;
}
</style>