Shades of Lime Green #3AAC34
Tints of Lime Green #3AAC34
RGB
CMYK
RGB Variations
Color information
#3AAC34 (or 0x3AAC34) is known color: Lime Green. HEX triplet: 3A, AC and 34. RGB value is (58,172,52). Sum of RGB (Red+Green+Blue) = 58+172+52=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC34 is #C553CB. Grayscale: #7C7C7C. Windows color (decimal): -12932044 or 3451962. OLE color: 3451962.
HSL color Cylindrical-coordinate representation of color #3AAC34: hue angle of 117º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AAC34 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 52 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.33 |
| HSL | 117º | 0.54% | 0.44% | - |
| HSV(B) | 117º | 0.7% | 0.67% | - |
| XYZ | 17.12 | 30.65 | 8.26 | - |
| YUV | 124.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 52 | 0.66 | 0 | 0.70 | 0.33 | 117 | 0.54 | 0.44 |
| Hex | 3A | AC | 34 | 42 | 0 | 46 | 21 | 75 | 36 | 2C |
| Octal | 72 | 254 | 64 | 102 | 0 | 106 | 41 | 165 | 66 | 54 |
| Binary | 111010 | 10101100 | 110100 | 1000010 | 0 | 1000110 | 100001 | 1110101 | 110110 | 101100 |
Color Harmonies of #3AAC34
Complementary color
Monochromatic Colors of #3AAC34
Black with #3AAC34
Text Example
Text Example
White with #3AAC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC34; }
p { color: rgb(58,172,52); }
H1.HeaderClassName
{
color: #3AAC34;
}
.AnyTagClassName
{
color: #3AAC34;
}
</style>
background-color css
<style>
a { background-color: #3AAC34; }
a { background-color: rgb(58,172,52); }
div.DivClassName
{
background-color: #3AAC34;
}
.BgClassName
{
background-color: #3AAC34;
}
</style>
border-color css
<style>
span { border-color: #3AAC34; }
span { border-color: rgb(58,172,52); }
td.TdClassName
{
border-color: #3AAC34;
}
.TagClassName
{
border-color: #3AAC34;
}
</style>