Shades of Lime Green #3AD534
Tints of Lime Green #3AD534
RGB
CMYK
RGB Variations
Color information
#3AD534 (or 0x3AD534) is known color: Lime Green. HEX triplet: 3A, D5 and 34. RGB value is (58,213,52). Sum of RGB (Red+Green+Blue) = 58+213+52=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD534 is #C52ACB. Grayscale: #949494. Windows color (decimal): -12921548 or 3462458. OLE color: 3462458.
HSL color Cylindrical-coordinate representation of color #3AD534: hue angle of 117.76º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD534 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 52 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.16 |
| HSL | 117.76º | 0.66% | 0.52% | - |
| HSV(B) | 117.76º | 0.76% | 0.84% | - |
| XYZ | 26.16 | 48.74 | 11.28 | - |
| YUV | 148.3 | 73.65 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 52 | 0.73 | 0 | 0.76 | 0.16 | 117.76 | 0.66 | 0.52 |
| Hex | 3A | D5 | 34 | 49 | 0 | 4C | 10 | 76 | 42 | 34 |
| Octal | 72 | 325 | 64 | 111 | 0 | 114 | 20 | 166 | 102 | 64 |
| Binary | 111010 | 11010101 | 110100 | 1001001 | 0 | 1001100 | 10000 | 1110110 | 1000010 | 110100 |
Color Harmonies of #3AD534
Complementary color
Monochromatic Colors of #3AD534
Black with #3AD534
Text Example
Text Example
White with #3AD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD534; }
p { color: rgb(58,213,52); }
H1.HeaderClassName
{
color: #3AD534;
}
.AnyTagClassName
{
color: #3AD534;
}
</style>
background-color css
<style>
a { background-color: #3AD534; }
a { background-color: rgb(58,213,52); }
div.DivClassName
{
background-color: #3AD534;
}
.BgClassName
{
background-color: #3AD534;
}
</style>
border-color css
<style>
span { border-color: #3AD534; }
span { border-color: rgb(58,213,52); }
td.TdClassName
{
border-color: #3AD534;
}
.TagClassName
{
border-color: #3AD534;
}
</style>