Shades of Lime Green #3AD036
Tints of Lime Green #3AD036
RGB
CMYK
RGB Variations
Color information
#3AD036 (or 0x3AD036) is known color: Lime Green. HEX triplet: 3A, D0 and 36. RGB value is (58,208,54). Sum of RGB (Red+Green+Blue) = 58+208+54=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD036 is #C52FC9. Grayscale: #929292. Windows color (decimal): -12922826 or 3592250. OLE color: 3592250.
HSL color Cylindrical-coordinate representation of color #3AD036: hue angle of 118.44º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD036 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 54 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.18 |
| HSL | 118.44º | 0.62% | 0.51% | - |
| HSV(B) | 118.44º | 0.74% | 0.82% | - |
| XYZ | 24.97 | 46.28 | 11.11 | - |
| YUV | 145.59 | 76.31 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 54 | 0.72 | 0 | 0.74 | 0.18 | 118.44 | 0.62 | 0.51 |
| Hex | 3A | D0 | 36 | 48 | 0 | 4A | 12 | 76 | 3E | 33 |
| Octal | 72 | 320 | 66 | 110 | 0 | 112 | 22 | 166 | 76 | 63 |
| Binary | 111010 | 11010000 | 110110 | 1001000 | 0 | 1001010 | 10010 | 1110110 | 111110 | 110011 |
Color Harmonies of #3AD036
Complementary color
Monochromatic Colors of #3AD036
Black with #3AD036
Text Example
Text Example
White with #3AD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD036; }
p { color: rgb(58,208,54); }
H1.HeaderClassName
{
color: #3AD036;
}
.AnyTagClassName
{
color: #3AD036;
}
</style>
background-color css
<style>
a { background-color: #3AD036; }
a { background-color: rgb(58,208,54); }
div.DivClassName
{
background-color: #3AD036;
}
.BgClassName
{
background-color: #3AD036;
}
</style>
border-color css
<style>
span { border-color: #3AD036; }
span { border-color: rgb(58,208,54); }
td.TdClassName
{
border-color: #3AD036;
}
.TagClassName
{
border-color: #3AD036;
}
</style>