Shades of Lime Green #3AAF2B
Tints of Lime Green #3AAF2B
RGB
CMYK
RGB Variations
Color information
#3AAF2B (or 0x3AAF2B) is known color: Lime Green. HEX triplet: 3A, AF and 2B. RGB value is (58,175,43). Sum of RGB (Red+Green+Blue) = 58+175+43=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAF2B is #C550D4. Grayscale: #7D7D7D. Windows color (decimal): -12931285 or 2862906. OLE color: 2862906.
HSL color Cylindrical-coordinate representation of color #3AAF2B: hue angle of 113.18º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AAF2B is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 43 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.31 |
| HSL | 113.18º | 0.61% | 0.43% | - |
| HSV(B) | 113.18º | 0.75% | 0.69% | - |
| XYZ | 17.51 | 31.73 | 7.49 | - |
| YUV | 124.97 | 81.74 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 43 | 0.67 | 0 | 0.75 | 0.31 | 113.18 | 0.61 | 0.43 |
| Hex | 3A | AF | 2B | 43 | 0 | 4B | 1F | 71 | 3D | 2B |
| Octal | 72 | 257 | 53 | 103 | 0 | 113 | 37 | 161 | 75 | 53 |
| Binary | 111010 | 10101111 | 101011 | 1000011 | 0 | 1001011 | 11111 | 1110001 | 111101 | 101011 |
Color Harmonies of #3AAF2B
Complementary color
Monochromatic Colors of #3AAF2B
Black with #3AAF2B
Text Example
Text Example
White with #3AAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF2B; }
p { color: rgb(58,175,43); }
H1.HeaderClassName
{
color: #3AAF2B;
}
.AnyTagClassName
{
color: #3AAF2B;
}
</style>
background-color css
<style>
a { background-color: #3AAF2B; }
a { background-color: rgb(58,175,43); }
div.DivClassName
{
background-color: #3AAF2B;
}
.BgClassName
{
background-color: #3AAF2B;
}
</style>
border-color css
<style>
span { border-color: #3AAF2B; }
span { border-color: rgb(58,175,43); }
td.TdClassName
{
border-color: #3AAF2B;
}
.TagClassName
{
border-color: #3AAF2B;
}
</style>