Shades of Lime Green #2ABD4C
Tints of Lime Green #2ABD4C
RGB
CMYK
RGB Variations
Color information
#2ABD4C (or 0x2ABD4C) is known color: Lime Green. HEX triplet: 2A, BD and 4C. RGB value is (42,189,76). Sum of RGB (Red+Green+Blue) = 42+189+76=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABD4C is #D542B3. Grayscale: #848484. Windows color (decimal): -13976244 or 5029162. OLE color: 5029162.
HSL color Cylindrical-coordinate representation of color #2ABD4C: hue angle of 133.88º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABD4C is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 76 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.26 |
| HSL | 133.88º | 0.64% | 0.45% | - |
| HSV(B) | 133.88º | 0.78% | 0.74% | - |
| XYZ | 20.46 | 37.41 | 12.98 | - |
| YUV | 132.17 | 96.3 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 76 | 0.78 | 0 | 0.60 | 0.26 | 133.88 | 0.64 | 0.45 |
| Hex | 2A | BD | 4C | 4E | 0 | 3C | 1A | 86 | 40 | 2D |
| Octal | 52 | 275 | 114 | 116 | 0 | 74 | 32 | 206 | 100 | 55 |
| Binary | 101010 | 10111101 | 1001100 | 1001110 | 0 | 111100 | 11010 | 10000110 | 1000000 | 101101 |
Color Harmonies of #2ABD4C
Complementary color
Monochromatic Colors of #2ABD4C
Black with #2ABD4C
Text Example
Text Example
White with #2ABD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD4C; }
p { color: rgb(42,189,76); }
H1.HeaderClassName
{
color: #2ABD4C;
}
.AnyTagClassName
{
color: #2ABD4C;
}
</style>
background-color css
<style>
a { background-color: #2ABD4C; }
a { background-color: rgb(42,189,76); }
div.DivClassName
{
background-color: #2ABD4C;
}
.BgClassName
{
background-color: #2ABD4C;
}
</style>
border-color css
<style>
span { border-color: #2ABD4C; }
span { border-color: rgb(42,189,76); }
td.TdClassName
{
border-color: #2ABD4C;
}
.TagClassName
{
border-color: #2ABD4C;
}
</style>