Shades of Lime Green #2ADD3F
Tints of Lime Green #2ADD3F
RGB
CMYK
RGB Variations
Color information
#2ADD3F (or 0x2ADD3F) is known color: Lime Green. HEX triplet: 2A, DD and 3F. RGB value is (42,221,63). Sum of RGB (Red+Green+Blue) = 42+221+63=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 221 (86.72% from 255 or 67.79% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADD3F is #D522C0. Grayscale: #959595. Windows color (decimal): -13968065 or 4185386. OLE color: 4185386.
HSL color Cylindrical-coordinate representation of color #2ADD3F: hue angle of 127.04º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADD3F is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 63 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.13 |
| HSL | 127.04º | 0.72% | 0.52% | - |
| HSV(B) | 127.04º | 0.81% | 0.87% | - |
| XYZ | 27.71 | 52.56 | 13.39 | - |
| YUV | 149.47 | 79.2 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 63 | 0.81 | 0 | 0.71 | 0.13 | 127.04 | 0.72 | 0.52 |
| Hex | 2A | DD | 3F | 51 | 0 | 47 | D | 7F | 48 | 34 |
| Octal | 52 | 335 | 77 | 121 | 0 | 107 | 15 | 177 | 110 | 64 |
| Binary | 101010 | 11011101 | 111111 | 1010001 | 0 | 1000111 | 1101 | 1111111 | 1001000 | 110100 |
Color Harmonies of #2ADD3F
Complementary color
Monochromatic Colors of #2ADD3F
Black with #2ADD3F
Text Example
Text Example
White with #2ADD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD3F; }
p { color: rgb(42,221,63); }
H1.HeaderClassName
{
color: #2ADD3F;
}
.AnyTagClassName
{
color: #2ADD3F;
}
</style>
background-color css
<style>
a { background-color: #2ADD3F; }
a { background-color: rgb(42,221,63); }
div.DivClassName
{
background-color: #2ADD3F;
}
.BgClassName
{
background-color: #2ADD3F;
}
</style>
border-color css
<style>
span { border-color: #2ADD3F; }
span { border-color: rgb(42,221,63); }
td.TdClassName
{
border-color: #2ADD3F;
}
.TagClassName
{
border-color: #2ADD3F;
}
</style>