Shades of Lime Green #3AD43E
Tints of Lime Green #3AD43E
RGB
CMYK
RGB Variations
Color information
#3AD43E (or 0x3AD43E) is known color: Lime Green. HEX triplet: 3A, D4 and 3E. RGB value is (58,212,62). Sum of RGB (Red+Green+Blue) = 58+212+62=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 212 (83.20% from 255 or 63.86% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD43E is #C52BC1. Grayscale: #959595. Windows color (decimal): -12921794 or 4117562. OLE color: 4117562.
HSL color Cylindrical-coordinate representation of color #3AD43E: hue angle of 121.56º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD43E is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 62 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.17 |
| HSL | 121.56º | 0.64% | 0.53% | - |
| HSV(B) | 121.56º | 0.73% | 0.83% | - |
| XYZ | 26.16 | 48.33 | 12.51 | - |
| YUV | 148.85 | 78.98 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 62 | 0.73 | 0 | 0.71 | 0.17 | 121.56 | 0.64 | 0.53 |
| Hex | 3A | D4 | 3E | 49 | 0 | 47 | 11 | 7A | 40 | 35 |
| Octal | 72 | 324 | 76 | 111 | 0 | 107 | 21 | 172 | 100 | 65 |
| Binary | 111010 | 11010100 | 111110 | 1001001 | 0 | 1000111 | 10001 | 1111010 | 1000000 | 110101 |
Color Harmonies of #3AD43E
Complementary color
Monochromatic Colors of #3AD43E
Black with #3AD43E
Text Example
Text Example
White with #3AD43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD43E; }
p { color: rgb(58,212,62); }
H1.HeaderClassName
{
color: #3AD43E;
}
.AnyTagClassName
{
color: #3AD43E;
}
</style>
background-color css
<style>
a { background-color: #3AD43E; }
a { background-color: rgb(58,212,62); }
div.DivClassName
{
background-color: #3AD43E;
}
.BgClassName
{
background-color: #3AD43E;
}
</style>
border-color css
<style>
span { border-color: #3AD43E; }
span { border-color: rgb(58,212,62); }
td.TdClassName
{
border-color: #3AD43E;
}
.TagClassName
{
border-color: #3AD43E;
}
</style>