Shades of Lime Green #2AAD2B
Tints of Lime Green #2AAD2B
RGB
CMYK
RGB Variations
Color information
#2AAD2B (or 0x2AAD2B) is known color: Lime Green. HEX triplet: 2A, AD and 2B. RGB value is (42,173,43). Sum of RGB (Red+Green+Blue) = 42+173+43=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 173 (67.97% from 255 or 67.05% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD2B is #D552D4. Grayscale: #777777. Windows color (decimal): -13980373 or 2862378. OLE color: 2862378.
HSL color Cylindrical-coordinate representation of color #2AAD2B: hue angle of 120.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAD2B is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 43 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.32 |
| HSL | 120.46º | 0.61% | 0.42% | - |
| HSV(B) | 120.46º | 0.76% | 0.68% | - |
| XYZ | 16.33 | 30.55 | 7.32 | - |
| YUV | 119.01 | 85.1 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 43 | 0.76 | 0 | 0.75 | 0.32 | 120.46 | 0.61 | 0.42 |
| Hex | 2A | AD | 2B | 4C | 0 | 4B | 20 | 78 | 3D | 2A |
| Octal | 52 | 255 | 53 | 114 | 0 | 113 | 40 | 170 | 75 | 52 |
| Binary | 101010 | 10101101 | 101011 | 1001100 | 0 | 1001011 | 100000 | 1111000 | 111101 | 101010 |
Color Harmonies of #2AAD2B
Complementary color
Monochromatic Colors of #2AAD2B
Black with #2AAD2B
Text Example
Text Example
White with #2AAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD2B; }
p { color: rgb(42,173,43); }
H1.HeaderClassName
{
color: #2AAD2B;
}
.AnyTagClassName
{
color: #2AAD2B;
}
</style>
background-color css
<style>
a { background-color: #2AAD2B; }
a { background-color: rgb(42,173,43); }
div.DivClassName
{
background-color: #2AAD2B;
}
.BgClassName
{
background-color: #2AAD2B;
}
</style>
border-color css
<style>
span { border-color: #2AAD2B; }
span { border-color: rgb(42,173,43); }
td.TdClassName
{
border-color: #2AAD2B;
}
.TagClassName
{
border-color: #2AAD2B;
}
</style>