Shades of Lime Green #3AD934
Tints of Lime Green #3AD934
RGB
CMYK
RGB Variations
Color information
#3AD934 (or 0x3AD934) is known color: Lime Green. HEX triplet: 3A, D9 and 34. RGB value is (58,217,52). Sum of RGB (Red+Green+Blue) = 58+217+52=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD934 is #C526CB. Grayscale: #979797. Windows color (decimal): -12920524 or 3463482. OLE color: 3463482.
HSL color Cylindrical-coordinate representation of color #3AD934: hue angle of 117.82º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD934 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 52 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.15 |
| HSL | 117.82º | 0.68% | 0.53% | - |
| HSV(B) | 117.82º | 0.76% | 0.85% | - |
| XYZ | 27.18 | 50.77 | 11.62 | - |
| YUV | 150.65 | 72.32 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 52 | 0.73 | 0 | 0.76 | 0.15 | 117.82 | 0.68 | 0.53 |
| Hex | 3A | D9 | 34 | 49 | 0 | 4C | F | 76 | 44 | 35 |
| Octal | 72 | 331 | 64 | 111 | 0 | 114 | 17 | 166 | 104 | 65 |
| Binary | 111010 | 11011001 | 110100 | 1001001 | 0 | 1001100 | 1111 | 1110110 | 1000100 | 110101 |
Color Harmonies of #3AD934
Complementary color
Monochromatic Colors of #3AD934
Black with #3AD934
Text Example
Text Example
White with #3AD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD934; }
p { color: rgb(58,217,52); }
H1.HeaderClassName
{
color: #3AD934;
}
.AnyTagClassName
{
color: #3AD934;
}
</style>
background-color css
<style>
a { background-color: #3AD934; }
a { background-color: rgb(58,217,52); }
div.DivClassName
{
background-color: #3AD934;
}
.BgClassName
{
background-color: #3AD934;
}
</style>
border-color css
<style>
span { border-color: #3AD934; }
span { border-color: rgb(58,217,52); }
td.TdClassName
{
border-color: #3AD934;
}
.TagClassName
{
border-color: #3AD934;
}
</style>