Shades of Lime Green #2AD524
Tints of Lime Green #2AD524
RGB
CMYK
RGB Variations
Color information
#2AD524 (or 0x2AD524) is known color: Lime Green. HEX triplet: 2A, D5 and 24. RGB value is (42,213,36). Sum of RGB (Red+Green+Blue) = 42+213+36=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 213 (83.59% from 255 or 73.20% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD524 is #D52ADB. Grayscale: #8E8E8E. Windows color (decimal): -13970140 or 2413866. OLE color: 2413866.
HSL color Cylindrical-coordinate representation of color #2AD524: hue angle of 117.97º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AD524 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 36 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.16 |
| HSL | 117.97º | 0.71% | 0.49% | - |
| HSV(B) | 117.97º | 0.83% | 0.84% | - |
| XYZ | 25.07 | 48.21 | 9.65 | - |
| YUV | 141.69 | 68.35 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 36 | 0.80 | 0 | 0.83 | 0.16 | 117.97 | 0.71 | 0.49 |
| Hex | 2A | D5 | 24 | 50 | 0 | 53 | 10 | 76 | 47 | 31 |
| Octal | 52 | 325 | 44 | 120 | 0 | 123 | 20 | 166 | 107 | 61 |
| Binary | 101010 | 11010101 | 100100 | 1010000 | 0 | 1010011 | 10000 | 1110110 | 1000111 | 110001 |
Color Harmonies of #2AD524
Complementary color
Monochromatic Colors of #2AD524
Black with #2AD524
Text Example
Text Example
White with #2AD524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD524; }
p { color: rgb(42,213,36); }
H1.HeaderClassName
{
color: #2AD524;
}
.AnyTagClassName
{
color: #2AD524;
}
</style>
background-color css
<style>
a { background-color: #2AD524; }
a { background-color: rgb(42,213,36); }
div.DivClassName
{
background-color: #2AD524;
}
.BgClassName
{
background-color: #2AD524;
}
</style>
border-color css
<style>
span { border-color: #2AD524; }
span { border-color: rgb(42,213,36); }
td.TdClassName
{
border-color: #2AD524;
}
.TagClassName
{
border-color: #2AD524;
}
</style>