Shades of Lime Green #2AB722
Tints of Lime Green #2AB722
RGB
CMYK
RGB Variations
Color information
#2AB722 (or 0x2AB722) is known color: Lime Green. HEX triplet: 2A, B7 and 22. RGB value is (42,183,34). Sum of RGB (Red+Green+Blue) = 42+183+34=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 183 (71.88% from 255 or 70.66% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB722 is #D548DD. Grayscale: #7C7C7C. Windows color (decimal): -13977822 or 2275114. OLE color: 2275114.
HSL color Cylindrical-coordinate representation of color #2AB722: hue angle of 116.78º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AB722 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 34 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.28 |
| HSL | 116.78º | 0.69% | 0.43% | - |
| HSV(B) | 116.78º | 0.81% | 0.72% | - |
| XYZ | 18.18 | 34.47 | 7.21 | - |
| YUV | 123.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 34 | 0.77 | 0 | 0.81 | 0.28 | 116.78 | 0.69 | 0.43 |
| Hex | 2A | B7 | 22 | 4D | 0 | 51 | 1C | 75 | 45 | 2B |
| Octal | 52 | 267 | 42 | 115 | 0 | 121 | 34 | 165 | 105 | 53 |
| Binary | 101010 | 10110111 | 100010 | 1001101 | 0 | 1010001 | 11100 | 1110101 | 1000101 | 101011 |
Color Harmonies of #2AB722
Complementary color
Monochromatic Colors of #2AB722
Black with #2AB722
Text Example
Text Example
White with #2AB722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB722; }
p { color: rgb(42,183,34); }
H1.HeaderClassName
{
color: #2AB722;
}
.AnyTagClassName
{
color: #2AB722;
}
</style>
background-color css
<style>
a { background-color: #2AB722; }
a { background-color: rgb(42,183,34); }
div.DivClassName
{
background-color: #2AB722;
}
.BgClassName
{
background-color: #2AB722;
}
</style>
border-color css
<style>
span { border-color: #2AB722; }
span { border-color: rgb(42,183,34); }
td.TdClassName
{
border-color: #2AB722;
}
.TagClassName
{
border-color: #2AB722;
}
</style>