Shades of Lime Green #2ABC46
Tints of Lime Green #2ABC46
RGB
CMYK
RGB Variations
Color information
#2ABC46 (or 0x2ABC46) is known color: Lime Green. HEX triplet: 2A, BC and 46. RGB value is (42,188,70). Sum of RGB (Red+Green+Blue) = 42+188+70=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABC46 is #D543B9. Grayscale: #838383. Windows color (decimal): -13976506 or 4635690. OLE color: 4635690.
HSL color Cylindrical-coordinate representation of color #2ABC46: hue angle of 131.51º degrees, saturation: 0.63, 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 #2ABC46 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 70 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.26 |
| HSL | 131.51º | 0.63% | 0.45% | - |
| HSV(B) | 131.51º | 0.78% | 0.74% | - |
| XYZ | 20.04 | 36.9 | 11.86 | - |
| YUV | 130.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 70 | 0.78 | 0 | 0.63 | 0.26 | 131.51 | 0.63 | 0.45 |
| Hex | 2A | BC | 46 | 4E | 0 | 3F | 1A | 84 | 3F | 2D |
| Octal | 52 | 274 | 106 | 116 | 0 | 77 | 32 | 204 | 77 | 55 |
| Binary | 101010 | 10111100 | 1000110 | 1001110 | 0 | 111111 | 11010 | 10000100 | 111111 | 101101 |
Color Harmonies of #2ABC46
Complementary color
Monochromatic Colors of #2ABC46
Black with #2ABC46
Text Example
Text Example
White with #2ABC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC46; }
p { color: rgb(42,188,70); }
H1.HeaderClassName
{
color: #2ABC46;
}
.AnyTagClassName
{
color: #2ABC46;
}
</style>
background-color css
<style>
a { background-color: #2ABC46; }
a { background-color: rgb(42,188,70); }
div.DivClassName
{
background-color: #2ABC46;
}
.BgClassName
{
background-color: #2ABC46;
}
</style>
border-color css
<style>
span { border-color: #2ABC46; }
span { border-color: rgb(42,188,70); }
td.TdClassName
{
border-color: #2ABC46;
}
.TagClassName
{
border-color: #2ABC46;
}
</style>