Shades of Lime Green #2AD41D
Tints of Lime Green #2AD41D
RGB
CMYK
RGB Variations
Color information
#2AD41D (or 0x2AD41D) is known color: Lime Green. HEX triplet: 2A, D4 and 1D. RGB value is (42,212,29). Sum of RGB (Red+Green+Blue) = 42+212+29=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 212 (83.20% from 255 or 74.91% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 212 - color contains mainly: green. Hex color #2AD41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD41D is #D52BE2. Grayscale: #8C8C8C. Windows color (decimal): -13970403 or 1954858. OLE color: 1954858.
HSL color Cylindrical-coordinate representation of color #2AD41D: hue angle of 115.74º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AD41D is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 212 | 29 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.17 |
| HSL | 115.74º | 0.76% | 0.47% | - |
| HSV(B) | 115.74º | 0.86% | 0.83% | - |
| XYZ | 24.72 | 47.67 | 9.06 | - |
| YUV | 140.31 | 65.18 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 212 | 29 | 0.80 | 0 | 0.86 | 0.17 | 115.74 | 0.76 | 0.47 |
| Hex | 2A | D4 | 1D | 50 | 0 | 56 | 11 | 74 | 4C | 2F |
| Octal | 52 | 324 | 35 | 120 | 0 | 126 | 21 | 164 | 114 | 57 |
| Binary | 101010 | 11010100 | 11101 | 1010000 | 0 | 1010110 | 10001 | 1110100 | 1001100 | 101111 |
Color Harmonies of #2AD41D
Complementary color
Monochromatic Colors of #2AD41D
Black with #2AD41D
Text Example
Text Example
White with #2AD41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD41D; }
p { color: rgb(42,212,29); }
H1.HeaderClassName
{
color: #2AD41D;
}
.AnyTagClassName
{
color: #2AD41D;
}
</style>
background-color css
<style>
a { background-color: #2AD41D; }
a { background-color: rgb(42,212,29); }
div.DivClassName
{
background-color: #2AD41D;
}
.BgClassName
{
background-color: #2AD41D;
}
</style>
border-color css
<style>
span { border-color: #2AD41D; }
span { border-color: rgb(42,212,29); }
td.TdClassName
{
border-color: #2AD41D;
}
.TagClassName
{
border-color: #2AD41D;
}
</style>