Shades of Lime Green #3AE021
Tints of Lime Green #3AE021
RGB
CMYK
RGB Variations
Color information
#3AE021 (or 0x3AE021) is known color: Lime Green. HEX triplet: 3A, E0 and 21. RGB value is (58,224,33). Sum of RGB (Red+Green+Blue) = 58+224+33=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 224 (87.89% from 255 or 71.11% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE021 is #C51FDE. Grayscale: #999999. Windows color (decimal): -12918751 or 2220090. OLE color: 2220090.
HSL color Cylindrical-coordinate representation of color #3AE021: hue angle of 112.15º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AE021 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 224 | 33 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.12 |
| HSL | 112.15º | 0.75% | 0.5% | - |
| HSV(B) | 112.15º | 0.85% | 0.88% | - |
| XYZ | 28.68 | 54.32 | 10.41 | - |
| YUV | 152.59 | 60.5 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 224 | 33 | 0.74 | 0 | 0.85 | 0.12 | 112.15 | 0.75 | 0.5 |
| Hex | 3A | E0 | 21 | 4A | 0 | 55 | C | 70 | 4B | 32 |
| Octal | 72 | 340 | 41 | 112 | 0 | 125 | 14 | 160 | 113 | 62 |
| Binary | 111010 | 11100000 | 100001 | 1001010 | 0 | 1010101 | 1100 | 1110000 | 1001011 | 110010 |
Color Harmonies of #3AE021
Complementary color
Monochromatic Colors of #3AE021
Black with #3AE021
Text Example
Text Example
White with #3AE021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE021; }
p { color: rgb(58,224,33); }
H1.HeaderClassName
{
color: #3AE021;
}
.AnyTagClassName
{
color: #3AE021;
}
</style>
background-color css
<style>
a { background-color: #3AE021; }
a { background-color: rgb(58,224,33); }
div.DivClassName
{
background-color: #3AE021;
}
.BgClassName
{
background-color: #3AE021;
}
</style>
border-color css
<style>
span { border-color: #3AE021; }
span { border-color: rgb(58,224,33); }
td.TdClassName
{
border-color: #3AE021;
}
.TagClassName
{
border-color: #3AE021;
}
</style>