Shades of Lime Green #3AE020
Tints of Lime Green #3AE020
RGB
CMYK
RGB Variations
Color information
#3AE020 (or 0x3AE020) is known color: Lime Green. HEX triplet: 3A, E0 and 20. RGB value is (58,224,32). Sum of RGB (Red+Green+Blue) = 58+224+32=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE020 is #C51FDF. Grayscale: #999999. Windows color (decimal): -12918752 or 2154554. OLE color: 2154554.
HSL color Cylindrical-coordinate representation of color #3AE020: hue angle of 111.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AE020 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 224 | 32 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.12 |
| HSL | 111.88º | 0.76% | 0.5% | - |
| HSV(B) | 111.88º | 0.86% | 0.88% | - |
| XYZ | 28.66 | 54.32 | 10.34 | - |
| YUV | 152.48 | 60 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 224 | 32 | 0.74 | 0 | 0.86 | 0.12 | 111.88 | 0.76 | 0.5 |
| Hex | 3A | E0 | 20 | 4A | 0 | 56 | C | 70 | 4C | 32 |
| Octal | 72 | 340 | 40 | 112 | 0 | 126 | 14 | 160 | 114 | 62 |
| Binary | 111010 | 11100000 | 100000 | 1001010 | 0 | 1010110 | 1100 | 1110000 | 1001100 | 110010 |
Color Harmonies of #3AE020
Complementary color
Monochromatic Colors of #3AE020
Black with #3AE020
Text Example
Text Example
White with #3AE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE020; }
p { color: rgb(58,224,32); }
H1.HeaderClassName
{
color: #3AE020;
}
.AnyTagClassName
{
color: #3AE020;
}
</style>
background-color css
<style>
a { background-color: #3AE020; }
a { background-color: rgb(58,224,32); }
div.DivClassName
{
background-color: #3AE020;
}
.BgClassName
{
background-color: #3AE020;
}
</style>
border-color css
<style>
span { border-color: #3AE020; }
span { border-color: rgb(58,224,32); }
td.TdClassName
{
border-color: #3AE020;
}
.TagClassName
{
border-color: #3AE020;
}
</style>