Shades of Lime Green #3AB532
Tints of Lime Green #3AB532
RGB
CMYK
RGB Variations
Color information
#3AB532 (or 0x3AB532) is known color: Lime Green. HEX triplet: 3A, B5 and 32. RGB value is (58,181,50). Sum of RGB (Red+Green+Blue) = 58+181+50=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 181 (71.09% from 255 or 62.63% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB532 is #C54ACD. Grayscale: #818181. Windows color (decimal): -12929742 or 3323194. OLE color: 3323194.
HSL color Cylindrical-coordinate representation of color #3AB532: hue angle of 116.34º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB532 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 181 | 50 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.29 |
| HSL | 116.34º | 0.57% | 0.45% | - |
| HSV(B) | 116.34º | 0.72% | 0.71% | - |
| XYZ | 18.84 | 34.18 | 8.62 | - |
| YUV | 129.29 | 83.25 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 181 | 50 | 0.68 | 0 | 0.72 | 0.29 | 116.34 | 0.57 | 0.45 |
| Hex | 3A | B5 | 32 | 44 | 0 | 48 | 1D | 74 | 39 | 2D |
| Octal | 72 | 265 | 62 | 104 | 0 | 110 | 35 | 164 | 71 | 55 |
| Binary | 111010 | 10110101 | 110010 | 1000100 | 0 | 1001000 | 11101 | 1110100 | 111001 | 101101 |
Color Harmonies of #3AB532
Complementary color
Monochromatic Colors of #3AB532
Black with #3AB532
Text Example
Text Example
White with #3AB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB532; }
p { color: rgb(58,181,50); }
H1.HeaderClassName
{
color: #3AB532;
}
.AnyTagClassName
{
color: #3AB532;
}
</style>
background-color css
<style>
a { background-color: #3AB532; }
a { background-color: rgb(58,181,50); }
div.DivClassName
{
background-color: #3AB532;
}
.BgClassName
{
background-color: #3AB532;
}
</style>
border-color css
<style>
span { border-color: #3AB532; }
span { border-color: rgb(58,181,50); }
td.TdClassName
{
border-color: #3AB532;
}
.TagClassName
{
border-color: #3AB532;
}
</style>