Shades of Lime Green #2ABC28
Tints of Lime Green #2ABC28
RGB
CMYK
RGB Variations
Color information
#2ABC28 (or 0x2ABC28) is known color: Lime Green. HEX triplet: 2A, BC and 28. RGB value is (42,188,40). Sum of RGB (Red+Green+Blue) = 42+188+40=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABC28 is #D543D7. Grayscale: #7F7F7F. Windows color (decimal): -13976536 or 2669610. OLE color: 2669610.
HSL color Cylindrical-coordinate representation of color #2ABC28: hue angle of 119.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABC28 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 40 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.26 |
| HSL | 119.19º | 0.65% | 0.45% | - |
| HSV(B) | 119.19º | 0.79% | 0.74% | - |
| XYZ | 19.32 | 36.61 | 8.06 | - |
| YUV | 127.47 | 78.63 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 40 | 0.78 | 0 | 0.79 | 0.26 | 119.19 | 0.65 | 0.45 |
| Hex | 2A | BC | 28 | 4E | 0 | 4F | 1A | 77 | 41 | 2D |
| Octal | 52 | 274 | 50 | 116 | 0 | 117 | 32 | 167 | 101 | 55 |
| Binary | 101010 | 10111100 | 101000 | 1001110 | 0 | 1001111 | 11010 | 1110111 | 1000001 | 101101 |
Color Harmonies of #2ABC28
Complementary color
Monochromatic Colors of #2ABC28
Black with #2ABC28
Text Example
Text Example
White with #2ABC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC28; }
p { color: rgb(42,188,40); }
H1.HeaderClassName
{
color: #2ABC28;
}
.AnyTagClassName
{
color: #2ABC28;
}
</style>
background-color css
<style>
a { background-color: #2ABC28; }
a { background-color: rgb(42,188,40); }
div.DivClassName
{
background-color: #2ABC28;
}
.BgClassName
{
background-color: #2ABC28;
}
</style>
border-color css
<style>
span { border-color: #2ABC28; }
span { border-color: rgb(42,188,40); }
td.TdClassName
{
border-color: #2ABC28;
}
.TagClassName
{
border-color: #2ABC28;
}
</style>