Shades of Lime Green #2AD34D
Tints of Lime Green #2AD34D
RGB
CMYK
RGB Variations
Color information
#2AD34D (or 0x2AD34D) is known color: Lime Green. HEX triplet: 2A, D3 and 4D. RGB value is (42,211,77). Sum of RGB (Red+Green+Blue) = 42+211+77=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 211 (82.81% from 255 or 63.94% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD34D is #D52CB2. Grayscale: #919191. Windows color (decimal): -13970611 or 5100330. OLE color: 5100330.
HSL color Cylindrical-coordinate representation of color #2AD34D: hue angle of 132.43º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD34D is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 211 | 77 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.17 |
| HSL | 132.43º | 0.67% | 0.5% | - |
| HSV(B) | 132.43º | 0.8% | 0.83% | - |
| XYZ | 25.59 | 47.62 | 14.86 | - |
| YUV | 145.19 | 89.51 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 77 | 0.80 | 0 | 0.64 | 0.17 | 132.43 | 0.67 | 0.5 |
| Hex | 2A | D3 | 4D | 50 | 0 | 40 | 11 | 84 | 43 | 32 |
| Octal | 52 | 323 | 115 | 120 | 0 | 100 | 21 | 204 | 103 | 62 |
| Binary | 101010 | 11010011 | 1001101 | 1010000 | 0 | 1000000 | 10001 | 10000100 | 1000011 | 110010 |
Color Harmonies of #2AD34D
Complementary color
Monochromatic Colors of #2AD34D
Black with #2AD34D
Text Example
Text Example
White with #2AD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD34D; }
p { color: rgb(42,211,77); }
H1.HeaderClassName
{
color: #2AD34D;
}
.AnyTagClassName
{
color: #2AD34D;
}
</style>
background-color css
<style>
a { background-color: #2AD34D; }
a { background-color: rgb(42,211,77); }
div.DivClassName
{
background-color: #2AD34D;
}
.BgClassName
{
background-color: #2AD34D;
}
</style>
border-color css
<style>
span { border-color: #2AD34D; }
span { border-color: rgb(42,211,77); }
td.TdClassName
{
border-color: #2AD34D;
}
.TagClassName
{
border-color: #2AD34D;
}
</style>