Shades of Lime Green #2ABF4C
Tints of Lime Green #2ABF4C
RGB
CMYK
RGB Variations
Color information
#2ABF4C (or 0x2ABF4C) is known color: Lime Green. HEX triplet: 2A, BF and 4C. RGB value is (42,191,76). Sum of RGB (Red+Green+Blue) = 42+191+76=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 191 (75% from 255 or 61.81% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABF4C is #D540B3. Grayscale: #858585. Windows color (decimal): -13975732 or 5029674. OLE color: 5029674.
HSL color Cylindrical-coordinate representation of color #2ABF4C: hue angle of 133.69º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABF4C is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 76 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.25 |
| HSL | 133.69º | 0.64% | 0.46% | - |
| HSV(B) | 133.69º | 0.78% | 0.75% | - |
| XYZ | 20.89 | 38.28 | 13.12 | - |
| YUV | 133.34 | 95.64 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 76 | 0.78 | 0 | 0.60 | 0.25 | 133.69 | 0.64 | 0.46 |
| Hex | 2A | BF | 4C | 4E | 0 | 3C | 19 | 86 | 40 | 2E |
| Octal | 52 | 277 | 114 | 116 | 0 | 74 | 31 | 206 | 100 | 56 |
| Binary | 101010 | 10111111 | 1001100 | 1001110 | 0 | 111100 | 11001 | 10000110 | 1000000 | 101110 |
Color Harmonies of #2ABF4C
Complementary color
Monochromatic Colors of #2ABF4C
Black with #2ABF4C
Text Example
Text Example
White with #2ABF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF4C; }
p { color: rgb(42,191,76); }
H1.HeaderClassName
{
color: #2ABF4C;
}
.AnyTagClassName
{
color: #2ABF4C;
}
</style>
background-color css
<style>
a { background-color: #2ABF4C; }
a { background-color: rgb(42,191,76); }
div.DivClassName
{
background-color: #2ABF4C;
}
.BgClassName
{
background-color: #2ABF4C;
}
</style>
border-color css
<style>
span { border-color: #2ABF4C; }
span { border-color: rgb(42,191,76); }
td.TdClassName
{
border-color: #2ABF4C;
}
.TagClassName
{
border-color: #2ABF4C;
}
</style>