Shades of Lime Green #3AD63E
Tints of Lime Green #3AD63E
RGB
CMYK
RGB Variations
Color information
#3AD63E (or 0x3AD63E) is known color: Lime Green. HEX triplet: 3A, D6 and 3E. RGB value is (58,214,62). Sum of RGB (Red+Green+Blue) = 58+214+62=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD63E is #C529C1. Grayscale: #969696. Windows color (decimal): -12921282 or 4118074. OLE color: 4118074.
HSL color Cylindrical-coordinate representation of color #3AD63E: hue angle of 121.54º 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 #3AD63E is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 62 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.16 |
| HSL | 121.54º | 0.66% | 0.53% | - |
| HSV(B) | 121.54º | 0.73% | 0.84% | - |
| XYZ | 26.66 | 49.34 | 12.68 | - |
| YUV | 150.03 | 78.32 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 62 | 0.73 | 0 | 0.71 | 0.16 | 121.54 | 0.66 | 0.53 |
| Hex | 3A | D6 | 3E | 49 | 0 | 47 | 10 | 7A | 42 | 35 |
| Octal | 72 | 326 | 76 | 111 | 0 | 107 | 20 | 172 | 102 | 65 |
| Binary | 111010 | 11010110 | 111110 | 1001001 | 0 | 1000111 | 10000 | 1111010 | 1000010 | 110101 |
Color Harmonies of #3AD63E
Complementary color
Monochromatic Colors of #3AD63E
Black with #3AD63E
Text Example
Text Example
White with #3AD63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD63E; }
p { color: rgb(58,214,62); }
H1.HeaderClassName
{
color: #3AD63E;
}
.AnyTagClassName
{
color: #3AD63E;
}
</style>
background-color css
<style>
a { background-color: #3AD63E; }
a { background-color: rgb(58,214,62); }
div.DivClassName
{
background-color: #3AD63E;
}
.BgClassName
{
background-color: #3AD63E;
}
</style>
border-color css
<style>
span { border-color: #3AD63E; }
span { border-color: rgb(58,214,62); }
td.TdClassName
{
border-color: #3AD63E;
}
.TagClassName
{
border-color: #3AD63E;
}
</style>