Shades of Lime Green #3AD642
Tints of Lime Green #3AD642
RGB
CMYK
RGB Variations
Color information
#3AD642 (or 0x3AD642) is known color: Lime Green. HEX triplet: 3A, D6 and 42. RGB value is (58,214,66). Sum of RGB (Red+Green+Blue) = 58+214+66=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD642 is #C529BD. Grayscale: #969696. Windows color (decimal): -12921278 or 4380218. OLE color: 4380218.
HSL color Cylindrical-coordinate representation of color #3AD642: hue angle of 123.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD642 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 66 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.16 |
| HSL | 123.08º | 0.66% | 0.53% | - |
| HSV(B) | 123.08º | 0.73% | 0.84% | - |
| XYZ | 26.77 | 49.39 | 13.28 | - |
| YUV | 150.48 | 80.32 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 66 | 0.73 | 0 | 0.69 | 0.16 | 123.08 | 0.66 | 0.53 |
| Hex | 3A | D6 | 42 | 49 | 0 | 45 | 10 | 7B | 42 | 35 |
| Octal | 72 | 326 | 102 | 111 | 0 | 105 | 20 | 173 | 102 | 65 |
| Binary | 111010 | 11010110 | 1000010 | 1001001 | 0 | 1000101 | 10000 | 1111011 | 1000010 | 110101 |
Color Harmonies of #3AD642
Complementary color
Monochromatic Colors of #3AD642
Black with #3AD642
Text Example
Text Example
White with #3AD642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD642; }
p { color: rgb(58,214,66); }
H1.HeaderClassName
{
color: #3AD642;
}
.AnyTagClassName
{
color: #3AD642;
}
</style>
background-color css
<style>
a { background-color: #3AD642; }
a { background-color: rgb(58,214,66); }
div.DivClassName
{
background-color: #3AD642;
}
.BgClassName
{
background-color: #3AD642;
}
</style>
border-color css
<style>
span { border-color: #3AD642; }
span { border-color: rgb(58,214,66); }
td.TdClassName
{
border-color: #3AD642;
}
.TagClassName
{
border-color: #3AD642;
}
</style>