Shades of Lime Green #3AB034
Tints of Lime Green #3AB034
RGB
CMYK
RGB Variations
Color information
#3AB034 (or 0x3AB034) is known color: Lime Green. HEX triplet: 3A, B0 and 34. RGB value is (58,176,52). Sum of RGB (Red+Green+Blue) = 58+176+52=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB034 is #C54FCB. Grayscale: #7E7E7E. Windows color (decimal): -12931020 or 3452986. OLE color: 3452986.
HSL color Cylindrical-coordinate representation of color #3AB034: hue angle of 117.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AB034 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 176 | 52 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.31 |
| HSL | 117.1º | 0.54% | 0.45% | - |
| HSV(B) | 117.1º | 0.7% | 0.69% | - |
| XYZ | 17.89 | 32.2 | 8.52 | - |
| YUV | 126.58 | 85.91 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 176 | 52 | 0.67 | 0 | 0.70 | 0.31 | 117.1 | 0.54 | 0.45 |
| Hex | 3A | B0 | 34 | 43 | 0 | 46 | 1F | 75 | 36 | 2D |
| Octal | 72 | 260 | 64 | 103 | 0 | 106 | 37 | 165 | 66 | 55 |
| Binary | 111010 | 10110000 | 110100 | 1000011 | 0 | 1000110 | 11111 | 1110101 | 110110 | 101101 |
Color Harmonies of #3AB034
Complementary color
Monochromatic Colors of #3AB034
Black with #3AB034
Text Example
Text Example
White with #3AB034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB034; }
p { color: rgb(58,176,52); }
H1.HeaderClassName
{
color: #3AB034;
}
.AnyTagClassName
{
color: #3AB034;
}
</style>
background-color css
<style>
a { background-color: #3AB034; }
a { background-color: rgb(58,176,52); }
div.DivClassName
{
background-color: #3AB034;
}
.BgClassName
{
background-color: #3AB034;
}
</style>
border-color css
<style>
span { border-color: #3AB034; }
span { border-color: rgb(58,176,52); }
td.TdClassName
{
border-color: #3AB034;
}
.TagClassName
{
border-color: #3AB034;
}
</style>