Shades of Lime Green #3AD436
Tints of Lime Green #3AD436
RGB
CMYK
RGB Variations
Color information
#3AD436 (or 0x3AD436) is known color: Lime Green. HEX triplet: 3A, D4 and 36. RGB value is (58,212,54). Sum of RGB (Red+Green+Blue) = 58+212+54=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 212 (83.20% from 255 or 65.43% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD436 is #C52BC9. Grayscale: #949494. Windows color (decimal): -12921802 or 3593274. OLE color: 3593274.
HSL color Cylindrical-coordinate representation of color #3AD436: hue angle of 118.48º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD436 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 54 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.17 |
| HSL | 118.48º | 0.65% | 0.52% | - |
| HSV(B) | 118.48º | 0.75% | 0.83% | - |
| XYZ | 25.95 | 48.25 | 11.44 | - |
| YUV | 147.94 | 74.98 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 54 | 0.73 | 0 | 0.75 | 0.17 | 118.48 | 0.65 | 0.52 |
| Hex | 3A | D4 | 36 | 49 | 0 | 4B | 11 | 76 | 41 | 34 |
| Octal | 72 | 324 | 66 | 111 | 0 | 113 | 21 | 166 | 101 | 64 |
| Binary | 111010 | 11010100 | 110110 | 1001001 | 0 | 1001011 | 10001 | 1110110 | 1000001 | 110100 |
Color Harmonies of #3AD436
Complementary color
Monochromatic Colors of #3AD436
Black with #3AD436
Text Example
Text Example
White with #3AD436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD436; }
p { color: rgb(58,212,54); }
H1.HeaderClassName
{
color: #3AD436;
}
.AnyTagClassName
{
color: #3AD436;
}
</style>
background-color css
<style>
a { background-color: #3AD436; }
a { background-color: rgb(58,212,54); }
div.DivClassName
{
background-color: #3AD436;
}
.BgClassName
{
background-color: #3AD436;
}
</style>
border-color css
<style>
span { border-color: #3AD436; }
span { border-color: rgb(58,212,54); }
td.TdClassName
{
border-color: #3AD436;
}
.TagClassName
{
border-color: #3AD436;
}
</style>