Shades of Lime Green #3AD734
Tints of Lime Green #3AD734
RGB
CMYK
RGB Variations
Color information
#3AD734 (or 0x3AD734) is known color: Lime Green. HEX triplet: 3A, D7 and 34. RGB value is (58,215,52). Sum of RGB (Red+Green+Blue) = 58+215+52=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 215 (84.38% from 255 or 66.15% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD734 is #C528CB. Grayscale: #959595. Windows color (decimal): -12921036 or 3462970. OLE color: 3462970.
HSL color Cylindrical-coordinate representation of color #3AD734: hue angle of 117.79º degrees, saturation: 0.67, 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 #3AD734 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 52 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.16 |
| HSL | 117.79º | 0.67% | 0.52% | - |
| HSV(B) | 117.79º | 0.76% | 0.84% | - |
| XYZ | 26.67 | 49.75 | 11.45 | - |
| YUV | 149.48 | 72.99 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 52 | 0.73 | 0 | 0.76 | 0.16 | 117.79 | 0.67 | 0.52 |
| Hex | 3A | D7 | 34 | 49 | 0 | 4C | 10 | 76 | 43 | 34 |
| Octal | 72 | 327 | 64 | 111 | 0 | 114 | 20 | 166 | 103 | 64 |
| Binary | 111010 | 11010111 | 110100 | 1001001 | 0 | 1001100 | 10000 | 1110110 | 1000011 | 110100 |
Color Harmonies of #3AD734
Complementary color
Monochromatic Colors of #3AD734
Black with #3AD734
Text Example
Text Example
White with #3AD734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD734; }
p { color: rgb(58,215,52); }
H1.HeaderClassName
{
color: #3AD734;
}
.AnyTagClassName
{
color: #3AD734;
}
</style>
background-color css
<style>
a { background-color: #3AD734; }
a { background-color: rgb(58,215,52); }
div.DivClassName
{
background-color: #3AD734;
}
.BgClassName
{
background-color: #3AD734;
}
</style>
border-color css
<style>
span { border-color: #3AD734; }
span { border-color: rgb(58,215,52); }
td.TdClassName
{
border-color: #3AD734;
}
.TagClassName
{
border-color: #3AD734;
}
</style>