Shades of Lime Green #3AE64D
Tints of Lime Green #3AE64D
RGB
CMYK
RGB Variations
Color information
#3AE64D (or 0x3AE64D) is known color: Lime Green. HEX triplet: 3A, E6 and 4D. RGB value is (58,230,77). Sum of RGB (Red+Green+Blue) = 58+230+77=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 230 (90.23% from 255 or 63.01% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 230 - color contains mainly: green. Hex color #3AE64D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AE64D is #C519B2. Grayscale: #A1A1A1. Windows color (decimal): -12917171 or 5105210. OLE color: 5105210.
HSL color Cylindrical-coordinate representation of color #3AE64D: hue angle of 126.63º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE64D is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 58 | 230 | 77 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.10 |
| HSL | 126.63º | 0.77% | 0.56% | - |
| HSV(B) | 126.63º | 0.75% | 0.9% | - |
| XYZ | 31.38 | 58.03 | 16.57 | - |
| YUV | 161.13 | 80.52 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 230 | 77 | 0.75 | 0 | 0.67 | 0.10 | 126.63 | 0.77 | 0.56 |
| Hex | 3A | E6 | 4D | 4B | 0 | 43 | A | 7F | 4D | 38 |
| Octal | 72 | 346 | 115 | 113 | 0 | 103 | 12 | 177 | 115 | 70 |
| Binary | 111010 | 11100110 | 1001101 | 1001011 | 0 | 1000011 | 1010 | 1111111 | 1001101 | 111000 |
Color Harmonies of #3AE64D
Complementary color
Monochromatic Colors of #3AE64D
Black with #3AE64D
Text Example
Text Example
White with #3AE64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE64D; }
p { color: rgb(58,230,77); }
H1.HeaderClassName
{
color: #3AE64D;
}
.AnyTagClassName
{
color: #3AE64D;
}
</style>
background-color css
<style>
a { background-color: #3AE64D; }
a { background-color: rgb(58,230,77); }
div.DivClassName
{
background-color: #3AE64D;
}
.BgClassName
{
background-color: #3AE64D;
}
</style>
border-color css
<style>
span { border-color: #3AE64D; }
span { border-color: rgb(58,230,77); }
td.TdClassName
{
border-color: #3AE64D;
}
.TagClassName
{
border-color: #3AE64D;
}
</style>