Shades of Lime Green #2AB629
Tints of Lime Green #2AB629
RGB
CMYK
RGB Variations
Color information
#2AB629 (or 0x2AB629) is known color: Lime Green. HEX triplet: 2A, B6 and 29. RGB value is (42,182,41). Sum of RGB (Red+Green+Blue) = 42+182+41=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 182 (71.48% from 255 or 68.68% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB629 is #D549D6. Grayscale: #7C7C7C. Windows color (decimal): -13978071 or 2733610. OLE color: 2733610.
HSL color Cylindrical-coordinate representation of color #2AB629: hue angle of 119.57º degrees, saturation: 0.63, 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 #2AB629 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 41 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.29 |
| HSL | 119.57º | 0.63% | 0.44% | - |
| HSV(B) | 119.57º | 0.77% | 0.71% | - |
| XYZ | 18.08 | 34.11 | 7.73 | - |
| YUV | 124.07 | 81.12 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 41 | 0.77 | 0 | 0.77 | 0.29 | 119.57 | 0.63 | 0.44 |
| Hex | 2A | B6 | 29 | 4D | 0 | 4D | 1D | 78 | 3F | 2C |
| Octal | 52 | 266 | 51 | 115 | 0 | 115 | 35 | 170 | 77 | 54 |
| Binary | 101010 | 10110110 | 101001 | 1001101 | 0 | 1001101 | 11101 | 1111000 | 111111 | 101100 |
Color Harmonies of #2AB629
Complementary color
Monochromatic Colors of #2AB629
Black with #2AB629
Text Example
Text Example
White with #2AB629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB629; }
p { color: rgb(42,182,41); }
H1.HeaderClassName
{
color: #2AB629;
}
.AnyTagClassName
{
color: #2AB629;
}
</style>
background-color css
<style>
a { background-color: #2AB629; }
a { background-color: rgb(42,182,41); }
div.DivClassName
{
background-color: #2AB629;
}
.BgClassName
{
background-color: #2AB629;
}
</style>
border-color css
<style>
span { border-color: #2AB629; }
span { border-color: rgb(42,182,41); }
td.TdClassName
{
border-color: #2AB629;
}
.TagClassName
{
border-color: #2AB629;
}
</style>