Shades of Lime Green #3AB032
Tints of Lime Green #3AB032
RGB
CMYK
RGB Variations
Color information
#3AB032 (or 0x3AB032) is known color: Lime Green. HEX triplet: 3A, B0 and 32. RGB value is (58,176,50). Sum of RGB (Red+Green+Blue) = 58+176+50=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 176 (69.14% from 255 or 61.97% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB032 is #C54FCD. Grayscale: #7E7E7E. Windows color (decimal): -12931022 or 3321914. OLE color: 3321914.
HSL color Cylindrical-coordinate representation of color #3AB032: hue angle of 116.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB032 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 176 | 50 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.31 |
| HSL | 116.19º | 0.56% | 0.44% | - |
| HSV(B) | 116.19º | 0.72% | 0.69% | - |
| XYZ | 17.85 | 32.18 | 8.29 | - |
| YUV | 126.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 176 | 50 | 0.67 | 0 | 0.72 | 0.31 | 116.19 | 0.56 | 0.44 |
| Hex | 3A | B0 | 32 | 43 | 0 | 48 | 1F | 74 | 38 | 2C |
| Octal | 72 | 260 | 62 | 103 | 0 | 110 | 37 | 164 | 70 | 54 |
| Binary | 111010 | 10110000 | 110010 | 1000011 | 0 | 1001000 | 11111 | 1110100 | 111000 | 101100 |
Color Harmonies of #3AB032
Complementary color
Monochromatic Colors of #3AB032
Black with #3AB032
Text Example
Text Example
White with #3AB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB032; }
p { color: rgb(58,176,50); }
H1.HeaderClassName
{
color: #3AB032;
}
.AnyTagClassName
{
color: #3AB032;
}
</style>
background-color css
<style>
a { background-color: #3AB032; }
a { background-color: rgb(58,176,50); }
div.DivClassName
{
background-color: #3AB032;
}
.BgClassName
{
background-color: #3AB032;
}
</style>
border-color css
<style>
span { border-color: #3AB032; }
span { border-color: rgb(58,176,50); }
td.TdClassName
{
border-color: #3AB032;
}
.TagClassName
{
border-color: #3AB032;
}
</style>