Shades of Lime Green #3AAB34
Tints of Lime Green #3AAB34
RGB
CMYK
RGB Variations
Color information
#3AAB34 (or 0x3AAB34) is known color: Lime Green. HEX triplet: 3A, AB and 34. RGB value is (58,171,52). Sum of RGB (Red+Green+Blue) = 58+171+52=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAB34 is #C554CB. Grayscale: #7C7C7C. Windows color (decimal): -12932300 or 3451706. OLE color: 3451706.
HSL color Cylindrical-coordinate representation of color #3AAB34: hue angle of 116.97º degrees, saturation: 0.53, 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 #3AAB34 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 171 | 52 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.33 |
| HSL | 116.97º | 0.53% | 0.44% | - |
| HSV(B) | 116.97º | 0.7% | 0.67% | - |
| XYZ | 16.93 | 30.27 | 8.2 | - |
| YUV | 123.65 | 87.56 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 52 | 0.66 | 0 | 0.70 | 0.33 | 116.97 | 0.53 | 0.44 |
| Hex | 3A | AB | 34 | 42 | 0 | 46 | 21 | 75 | 35 | 2C |
| Octal | 72 | 253 | 64 | 102 | 0 | 106 | 41 | 165 | 65 | 54 |
| Binary | 111010 | 10101011 | 110100 | 1000010 | 0 | 1000110 | 100001 | 1110101 | 110101 | 101100 |
Color Harmonies of #3AAB34
Complementary color
Monochromatic Colors of #3AAB34
Black with #3AAB34
Text Example
Text Example
White with #3AAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAB34; }
p { color: rgb(58,171,52); }
H1.HeaderClassName
{
color: #3AAB34;
}
.AnyTagClassName
{
color: #3AAB34;
}
</style>
background-color css
<style>
a { background-color: #3AAB34; }
a { background-color: rgb(58,171,52); }
div.DivClassName
{
background-color: #3AAB34;
}
.BgClassName
{
background-color: #3AAB34;
}
</style>
border-color css
<style>
span { border-color: #3AAB34; }
span { border-color: rgb(58,171,52); }
td.TdClassName
{
border-color: #3AAB34;
}
.TagClassName
{
border-color: #3AAB34;
}
</style>