Shades of Lime Green #2AD14C
Tints of Lime Green #2AD14C
RGB
CMYK
RGB Variations
Color information
#2AD14C (or 0x2AD14C) is known color: Lime Green. HEX triplet: 2A, D1 and 4C. RGB value is (42,209,76). Sum of RGB (Red+Green+Blue) = 42+209+76=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 209 (82.03% from 255 or 63.91% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD14C is #D52EB3. Grayscale: #909090. Windows color (decimal): -13971124 or 5034282. OLE color: 5034282.
HSL color Cylindrical-coordinate representation of color #2AD14C: hue angle of 132.22º degrees, saturation: 0.67, 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 #2AD14C is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 76 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.18 |
| HSL | 132.22º | 0.67% | 0.49% | - |
| HSV(B) | 132.22º | 0.8% | 0.82% | - |
| XYZ | 25.06 | 46.61 | 14.51 | - |
| YUV | 143.91 | 89.67 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 76 | 0.80 | 0 | 0.64 | 0.18 | 132.22 | 0.67 | 0.49 |
| Hex | 2A | D1 | 4C | 50 | 0 | 40 | 12 | 84 | 43 | 31 |
| Octal | 52 | 321 | 114 | 120 | 0 | 100 | 22 | 204 | 103 | 61 |
| Binary | 101010 | 11010001 | 1001100 | 1010000 | 0 | 1000000 | 10010 | 10000100 | 1000011 | 110001 |
Color Harmonies of #2AD14C
Complementary color
Monochromatic Colors of #2AD14C
Black with #2AD14C
Text Example
Text Example
White with #2AD14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD14C; }
p { color: rgb(42,209,76); }
H1.HeaderClassName
{
color: #2AD14C;
}
.AnyTagClassName
{
color: #2AD14C;
}
</style>
background-color css
<style>
a { background-color: #2AD14C; }
a { background-color: rgb(42,209,76); }
div.DivClassName
{
background-color: #2AD14C;
}
.BgClassName
{
background-color: #2AD14C;
}
</style>
border-color css
<style>
span { border-color: #2AD14C; }
span { border-color: rgb(42,209,76); }
td.TdClassName
{
border-color: #2AD14C;
}
.TagClassName
{
border-color: #2AD14C;
}
</style>