Shades of Lime Green #2AD71D
Tints of Lime Green #2AD71D
RGB
CMYK
RGB Variations
Color information
#2AD71D (or 0x2AD71D) is known color: Lime Green. HEX triplet: 2A, D7 and 1D. RGB value is (42,215,29). Sum of RGB (Red+Green+Blue) = 42+215+29=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 215 (84.38% from 255 or 75.17% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD71D is #D528E2. Grayscale: #8E8E8E. Windows color (decimal): -13969635 or 1955626. OLE color: 1955626.
HSL color Cylindrical-coordinate representation of color #2AD71D: hue angle of 115.81º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AD71D is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 29 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.16 |
| HSL | 115.81º | 0.76% | 0.48% | - |
| HSV(B) | 115.81º | 0.87% | 0.84% | - |
| XYZ | 25.48 | 49.18 | 9.31 | - |
| YUV | 142.07 | 64.19 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 29 | 0.80 | 0 | 0.87 | 0.16 | 115.81 | 0.76 | 0.48 |
| Hex | 2A | D7 | 1D | 50 | 0 | 57 | 10 | 74 | 4C | 30 |
| Octal | 52 | 327 | 35 | 120 | 0 | 127 | 20 | 164 | 114 | 60 |
| Binary | 101010 | 11010111 | 11101 | 1010000 | 0 | 1010111 | 10000 | 1110100 | 1001100 | 110000 |
Color Harmonies of #2AD71D
Complementary color
Monochromatic Colors of #2AD71D
Black with #2AD71D
Text Example
Text Example
White with #2AD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD71D; }
p { color: rgb(42,215,29); }
H1.HeaderClassName
{
color: #2AD71D;
}
.AnyTagClassName
{
color: #2AD71D;
}
</style>
background-color css
<style>
a { background-color: #2AD71D; }
a { background-color: rgb(42,215,29); }
div.DivClassName
{
background-color: #2AD71D;
}
.BgClassName
{
background-color: #2AD71D;
}
</style>
border-color css
<style>
span { border-color: #2AD71D; }
span { border-color: rgb(42,215,29); }
td.TdClassName
{
border-color: #2AD71D;
}
.TagClassName
{
border-color: #2AD71D;
}
</style>