Shades of Lime Green #2ABC1B
Tints of Lime Green #2ABC1B
RGB
CMYK
RGB Variations
Color information
#2ABC1B (or 0x2ABC1B) is known color: Lime Green. HEX triplet: 2A, BC and 1B. RGB value is (42,188,27). Sum of RGB (Red+Green+Blue) = 42+188+27=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 188 (73.83% from 255 or 73.15% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABC1B is #D543E4. Grayscale: #7E7E7E. Windows color (decimal): -13976549 or 1817642. OLE color: 1817642.
HSL color Cylindrical-coordinate representation of color #2ABC1B: hue angle of 114.41º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2ABC1B is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 27 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.26 |
| HSL | 114.41º | 0.75% | 0.42% | - |
| HSV(B) | 114.41º | 0.86% | 0.74% | - |
| XYZ | 19.14 | 36.54 | 7.08 | - |
| YUV | 125.99 | 72.13 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 27 | 0.78 | 0 | 0.86 | 0.26 | 114.41 | 0.75 | 0.42 |
| Hex | 2A | BC | 1B | 4E | 0 | 56 | 1A | 72 | 4B | 2A |
| Octal | 52 | 274 | 33 | 116 | 0 | 126 | 32 | 162 | 113 | 52 |
| Binary | 101010 | 10111100 | 11011 | 1001110 | 0 | 1010110 | 11010 | 1110010 | 1001011 | 101010 |
Color Harmonies of #2ABC1B
Complementary color
Monochromatic Colors of #2ABC1B
Black with #2ABC1B
Text Example
Text Example
White with #2ABC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC1B; }
p { color: rgb(42,188,27); }
H1.HeaderClassName
{
color: #2ABC1B;
}
.AnyTagClassName
{
color: #2ABC1B;
}
</style>
background-color css
<style>
a { background-color: #2ABC1B; }
a { background-color: rgb(42,188,27); }
div.DivClassName
{
background-color: #2ABC1B;
}
.BgClassName
{
background-color: #2ABC1B;
}
</style>
border-color css
<style>
span { border-color: #2ABC1B; }
span { border-color: rgb(42,188,27); }
td.TdClassName
{
border-color: #2ABC1B;
}
.TagClassName
{
border-color: #2ABC1B;
}
</style>