Shades of Lime Green #2AD04C
Tints of Lime Green #2AD04C
RGB
CMYK
RGB Variations
Color information
#2AD04C (or 0x2AD04C) is known color: Lime Green. HEX triplet: 2A, D0 and 4C. RGB value is (42,208,76). Sum of RGB (Red+Green+Blue) = 42+208+76=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD04C is #D52FB3. Grayscale: #8F8F8F. Windows color (decimal): -13971380 or 5034026. OLE color: 5034026.
HSL color Cylindrical-coordinate representation of color #2AD04C: hue angle of 132.29º 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 #2AD04C is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 76 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.18 |
| HSL | 132.29º | 0.66% | 0.49% | - |
| HSV(B) | 132.29º | 0.8% | 0.82% | - |
| XYZ | 24.82 | 46.13 | 14.43 | - |
| YUV | 143.32 | 90 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 76 | 0.80 | 0 | 0.63 | 0.18 | 132.29 | 0.66 | 0.49 |
| Hex | 2A | D0 | 4C | 50 | 0 | 3F | 12 | 84 | 42 | 31 |
| Octal | 52 | 320 | 114 | 120 | 0 | 77 | 22 | 204 | 102 | 61 |
| Binary | 101010 | 11010000 | 1001100 | 1010000 | 0 | 111111 | 10010 | 10000100 | 1000010 | 110001 |
Color Harmonies of #2AD04C
Complementary color
Monochromatic Colors of #2AD04C
Black with #2AD04C
Text Example
Text Example
White with #2AD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD04C; }
p { color: rgb(42,208,76); }
H1.HeaderClassName
{
color: #2AD04C;
}
.AnyTagClassName
{
color: #2AD04C;
}
</style>
background-color css
<style>
a { background-color: #2AD04C; }
a { background-color: rgb(42,208,76); }
div.DivClassName
{
background-color: #2AD04C;
}
.BgClassName
{
background-color: #2AD04C;
}
</style>
border-color css
<style>
span { border-color: #2AD04C; }
span { border-color: rgb(42,208,76); }
td.TdClassName
{
border-color: #2AD04C;
}
.TagClassName
{
border-color: #2AD04C;
}
</style>