Shades of Lime Green #2ABE4D
Tints of Lime Green #2ABE4D
RGB
CMYK
RGB Variations
Color information
#2ABE4D (or 0x2ABE4D) is known color: Lime Green. HEX triplet: 2A, BE and 4D. RGB value is (42,190,77). Sum of RGB (Red+Green+Blue) = 42+190+77=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 190 (74.61% from 255 or 61.49% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE4D is #D541B2. Grayscale: #858585. Windows color (decimal): -13975987 or 5094954. OLE color: 5094954.
HSL color Cylindrical-coordinate representation of color #2ABE4D: hue angle of 134.19º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE4D is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 77 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.25 |
| HSL | 134.19º | 0.64% | 0.45% | - |
| HSV(B) | 134.19º | 0.78% | 0.75% | - |
| XYZ | 20.71 | 37.85 | 13.24 | - |
| YUV | 132.87 | 96.47 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 77 | 0.78 | 0 | 0.59 | 0.25 | 134.19 | 0.64 | 0.45 |
| Hex | 2A | BE | 4D | 4E | 0 | 3B | 19 | 86 | 40 | 2D |
| Octal | 52 | 276 | 115 | 116 | 0 | 73 | 31 | 206 | 100 | 55 |
| Binary | 101010 | 10111110 | 1001101 | 1001110 | 0 | 111011 | 11001 | 10000110 | 1000000 | 101101 |
Color Harmonies of #2ABE4D
Complementary color
Monochromatic Colors of #2ABE4D
Black with #2ABE4D
Text Example
Text Example
White with #2ABE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE4D; }
p { color: rgb(42,190,77); }
H1.HeaderClassName
{
color: #2ABE4D;
}
.AnyTagClassName
{
color: #2ABE4D;
}
</style>
background-color css
<style>
a { background-color: #2ABE4D; }
a { background-color: rgb(42,190,77); }
div.DivClassName
{
background-color: #2ABE4D;
}
.BgClassName
{
background-color: #2ABE4D;
}
</style>
border-color css
<style>
span { border-color: #2ABE4D; }
span { border-color: rgb(42,190,77); }
td.TdClassName
{
border-color: #2ABE4D;
}
.TagClassName
{
border-color: #2ABE4D;
}
</style>