Shades of Lime Green #2AB62B
Tints of Lime Green #2AB62B
RGB
CMYK
RGB Variations
Color information
#2AB62B (or 0x2AB62B) is known color: Lime Green. HEX triplet: 2A, B6 and 2B. RGB value is (42,182,43). Sum of RGB (Red+Green+Blue) = 42+182+43=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 182 (71.48% from 255 or 68.16% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB62B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB62B is #D549D4. Grayscale: #7C7C7C. Windows color (decimal): -13978069 or 2864682. OLE color: 2864682.
HSL color Cylindrical-coordinate representation of color #2AB62B: hue angle of 120.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB62B is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 43 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.29 |
| HSL | 120.43º | 0.63% | 0.44% | - |
| HSV(B) | 120.43º | 0.77% | 0.71% | - |
| XYZ | 18.12 | 34.12 | 7.92 | - |
| YUV | 124.29 | 82.12 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 43 | 0.77 | 0 | 0.76 | 0.29 | 120.43 | 0.63 | 0.44 |
| Hex | 2A | B6 | 2B | 4D | 0 | 4C | 1D | 78 | 3E | 2C |
| Octal | 52 | 266 | 53 | 115 | 0 | 114 | 35 | 170 | 76 | 54 |
| Binary | 101010 | 10110110 | 101011 | 1001101 | 0 | 1001100 | 11101 | 1111000 | 111110 | 101100 |
Color Harmonies of #2AB62B
Complementary color
Monochromatic Colors of #2AB62B
Black with #2AB62B
Text Example
Text Example
White with #2AB62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB62B; }
p { color: rgb(42,182,43); }
H1.HeaderClassName
{
color: #2AB62B;
}
.AnyTagClassName
{
color: #2AB62B;
}
</style>
background-color css
<style>
a { background-color: #2AB62B; }
a { background-color: rgb(42,182,43); }
div.DivClassName
{
background-color: #2AB62B;
}
.BgClassName
{
background-color: #2AB62B;
}
</style>
border-color css
<style>
span { border-color: #2AB62B; }
span { border-color: rgb(42,182,43); }
td.TdClassName
{
border-color: #2AB62B;
}
.TagClassName
{
border-color: #2AB62B;
}
</style>