Shades of Lime Green #3AD532
Tints of Lime Green #3AD532
RGB
CMYK
RGB Variations
Color information
#3AD532 (or 0x3AD532) is known color: Lime Green. HEX triplet: 3A, D5 and 32. RGB value is (58,213,50). Sum of RGB (Red+Green+Blue) = 58+213+50=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 213 (83.59% from 255 or 66.36% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD532 is #C52ACD. Grayscale: #949494. Windows color (decimal): -12921550 or 3331386. OLE color: 3331386.
HSL color Cylindrical-coordinate representation of color #3AD532: hue angle of 117.06º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD532 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 50 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.16 |
| HSL | 117.06º | 0.66% | 0.52% | - |
| HSV(B) | 117.06º | 0.77% | 0.84% | - |
| XYZ | 26.11 | 48.72 | 11.04 | - |
| YUV | 148.07 | 72.65 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 50 | 0.73 | 0 | 0.77 | 0.16 | 117.06 | 0.66 | 0.52 |
| Hex | 3A | D5 | 32 | 49 | 0 | 4D | 10 | 75 | 42 | 34 |
| Octal | 72 | 325 | 62 | 111 | 0 | 115 | 20 | 165 | 102 | 64 |
| Binary | 111010 | 11010101 | 110010 | 1001001 | 0 | 1001101 | 10000 | 1110101 | 1000010 | 110100 |
Color Harmonies of #3AD532
Complementary color
Monochromatic Colors of #3AD532
Black with #3AD532
Text Example
Text Example
White with #3AD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD532; }
p { color: rgb(58,213,50); }
H1.HeaderClassName
{
color: #3AD532;
}
.AnyTagClassName
{
color: #3AD532;
}
</style>
background-color css
<style>
a { background-color: #3AD532; }
a { background-color: rgb(58,213,50); }
div.DivClassName
{
background-color: #3AD532;
}
.BgClassName
{
background-color: #3AD532;
}
</style>
border-color css
<style>
span { border-color: #3AD532; }
span { border-color: rgb(58,213,50); }
td.TdClassName
{
border-color: #3AD532;
}
.TagClassName
{
border-color: #3AD532;
}
</style>