Shades of Lime Green #2ABC31
Tints of Lime Green #2ABC31
RGB
CMYK
RGB Variations
Color information
#2ABC31 (or 0x2ABC31) is known color: Lime Green. HEX triplet: 2A, BC and 31. RGB value is (42,188,49). Sum of RGB (Red+Green+Blue) = 42+188+49=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABC31 is #D543CE. Grayscale: #808080. Windows color (decimal): -13976527 or 3259434. OLE color: 3259434.
HSL color Cylindrical-coordinate representation of color #2ABC31: hue angle of 122.88º 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 #2ABC31 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 49 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.26 |
| HSL | 122.88º | 0.63% | 0.45% | - |
| HSV(B) | 122.88º | 0.78% | 0.74% | - |
| XYZ | 19.49 | 36.68 | 8.96 | - |
| YUV | 128.5 | 83.13 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 49 | 0.78 | 0 | 0.74 | 0.26 | 122.88 | 0.63 | 0.45 |
| Hex | 2A | BC | 31 | 4E | 0 | 4A | 1A | 7B | 3F | 2D |
| Octal | 52 | 274 | 61 | 116 | 0 | 112 | 32 | 173 | 77 | 55 |
| Binary | 101010 | 10111100 | 110001 | 1001110 | 0 | 1001010 | 11010 | 1111011 | 111111 | 101101 |
Color Harmonies of #2ABC31
Complementary color
Monochromatic Colors of #2ABC31
Black with #2ABC31
Text Example
Text Example
White with #2ABC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC31; }
p { color: rgb(42,188,49); }
H1.HeaderClassName
{
color: #2ABC31;
}
.AnyTagClassName
{
color: #2ABC31;
}
</style>
background-color css
<style>
a { background-color: #2ABC31; }
a { background-color: rgb(42,188,49); }
div.DivClassName
{
background-color: #2ABC31;
}
.BgClassName
{
background-color: #2ABC31;
}
</style>
border-color css
<style>
span { border-color: #2ABC31; }
span { border-color: rgb(42,188,49); }
td.TdClassName
{
border-color: #2ABC31;
}
.TagClassName
{
border-color: #2ABC31;
}
</style>