Shades of Lime Green #2AD04D
Tints of Lime Green #2AD04D
RGB
CMYK
RGB Variations
Color information
#2AD04D (or 0x2AD04D) is known color: Lime Green. HEX triplet: 2A, D0 and 4D. RGB value is (42,208,77). Sum of RGB (Red+Green+Blue) = 42+208+77=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 208 (81.64% from 255 or 63.61% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD04D is #D52FB2. Grayscale: #8F8F8F. Windows color (decimal): -13971379 or 5099562. OLE color: 5099562.
HSL color Cylindrical-coordinate representation of color #2AD04D: hue angle of 132.65º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD04D is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 77 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.18 |
| HSL | 132.65º | 0.66% | 0.49% | - |
| HSV(B) | 132.65º | 0.8% | 0.82% | - |
| XYZ | 24.85 | 46.14 | 14.62 | - |
| YUV | 143.43 | 90.5 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 77 | 0.80 | 0 | 0.63 | 0.18 | 132.65 | 0.66 | 0.49 |
| Hex | 2A | D0 | 4D | 50 | 0 | 3F | 12 | 85 | 42 | 31 |
| Octal | 52 | 320 | 115 | 120 | 0 | 77 | 22 | 205 | 102 | 61 |
| Binary | 101010 | 11010000 | 1001101 | 1010000 | 0 | 111111 | 10010 | 10000101 | 1000010 | 110001 |
Color Harmonies of #2AD04D
Complementary color
Monochromatic Colors of #2AD04D
Black with #2AD04D
Text Example
Text Example
White with #2AD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD04D; }
p { color: rgb(42,208,77); }
H1.HeaderClassName
{
color: #2AD04D;
}
.AnyTagClassName
{
color: #2AD04D;
}
</style>
background-color css
<style>
a { background-color: #2AD04D; }
a { background-color: rgb(42,208,77); }
div.DivClassName
{
background-color: #2AD04D;
}
.BgClassName
{
background-color: #2AD04D;
}
</style>
border-color css
<style>
span { border-color: #2AD04D; }
span { border-color: rgb(42,208,77); }
td.TdClassName
{
border-color: #2AD04D;
}
.TagClassName
{
border-color: #2AD04D;
}
</style>