Shades of Lime Green #3AD142
Tints of Lime Green #3AD142
RGB
CMYK
RGB Variations
Color information
#3AD142 (or 0x3AD142) is known color: Lime Green. HEX triplet: 3A, D1 and 42. RGB value is (58,209,66). Sum of RGB (Red+Green+Blue) = 58+209+66=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 209 (82.03% from 255 or 62.76% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD142 is #C52EBD. Grayscale: #939393. Windows color (decimal): -12922558 or 4378938. OLE color: 4378938.
HSL color Cylindrical-coordinate representation of color #3AD142: hue angle of 123.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD142 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 66 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.18 |
| HSL | 123.18º | 0.62% | 0.52% | - |
| HSV(B) | 123.18º | 0.72% | 0.82% | - |
| XYZ | 25.53 | 46.89 | 12.86 | - |
| YUV | 147.55 | 81.97 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 66 | 0.72 | 0 | 0.68 | 0.18 | 123.18 | 0.62 | 0.52 |
| Hex | 3A | D1 | 42 | 48 | 0 | 44 | 12 | 7B | 3E | 34 |
| Octal | 72 | 321 | 102 | 110 | 0 | 104 | 22 | 173 | 76 | 64 |
| Binary | 111010 | 11010001 | 1000010 | 1001000 | 0 | 1000100 | 10010 | 1111011 | 111110 | 110100 |
Color Harmonies of #3AD142
Complementary color
Monochromatic Colors of #3AD142
Black with #3AD142
Text Example
Text Example
White with #3AD142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD142; }
p { color: rgb(58,209,66); }
H1.HeaderClassName
{
color: #3AD142;
}
.AnyTagClassName
{
color: #3AD142;
}
</style>
background-color css
<style>
a { background-color: #3AD142; }
a { background-color: rgb(58,209,66); }
div.DivClassName
{
background-color: #3AD142;
}
.BgClassName
{
background-color: #3AD142;
}
</style>
border-color css
<style>
span { border-color: #3AD142; }
span { border-color: rgb(58,209,66); }
td.TdClassName
{
border-color: #3AD142;
}
.TagClassName
{
border-color: #3AD142;
}
</style>