Shades of Lime Green #2AD51D
Tints of Lime Green #2AD51D
RGB
CMYK
RGB Variations
Color information
#2AD51D (or 0x2AD51D) is known color: Lime Green. HEX triplet: 2A, D5 and 1D. RGB value is (42,213,29). Sum of RGB (Red+Green+Blue) = 42+213+29=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD51D is #D52AE2. Grayscale: #8D8D8D. Windows color (decimal): -13970147 or 1955114. OLE color: 1955114.
HSL color Cylindrical-coordinate representation of color #2AD51D: hue angle of 115.76º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AD51D is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 29 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.16 |
| HSL | 115.76º | 0.76% | 0.47% | - |
| HSV(B) | 115.76º | 0.86% | 0.84% | - |
| XYZ | 24.97 | 48.17 | 9.14 | - |
| YUV | 140.9 | 64.85 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 29 | 0.80 | 0 | 0.86 | 0.16 | 115.76 | 0.76 | 0.47 |
| Hex | 2A | D5 | 1D | 50 | 0 | 56 | 10 | 74 | 4C | 2F |
| Octal | 52 | 325 | 35 | 120 | 0 | 126 | 20 | 164 | 114 | 57 |
| Binary | 101010 | 11010101 | 11101 | 1010000 | 0 | 1010110 | 10000 | 1110100 | 1001100 | 101111 |
Color Harmonies of #2AD51D
Complementary color
Monochromatic Colors of #2AD51D
Black with #2AD51D
Text Example
Text Example
White with #2AD51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD51D; }
p { color: rgb(42,213,29); }
H1.HeaderClassName
{
color: #2AD51D;
}
.AnyTagClassName
{
color: #2AD51D;
}
</style>
background-color css
<style>
a { background-color: #2AD51D; }
a { background-color: rgb(42,213,29); }
div.DivClassName
{
background-color: #2AD51D;
}
.BgClassName
{
background-color: #2AD51D;
}
</style>
border-color css
<style>
span { border-color: #2AD51D; }
span { border-color: rgb(42,213,29); }
td.TdClassName
{
border-color: #2AD51D;
}
.TagClassName
{
border-color: #2AD51D;
}
</style>