Shades of Lime Green #3AE220
Tints of Lime Green #3AE220
RGB
CMYK
RGB Variations
Color information
#3AE220 (or 0x3AE220) is known color: Lime Green. HEX triplet: 3A, E2 and 20. RGB value is (58,226,32). Sum of RGB (Red+Green+Blue) = 58+226+32=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 226 (88.67% from 255 or 71.52% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE220 is #C51DDF. Grayscale: #9A9A9A. Windows color (decimal): -12918240 or 2155066. OLE color: 2155066.
HSL color Cylindrical-coordinate representation of color #3AE220: hue angle of 111.96º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AE220 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 226 | 32 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.11 |
| HSL | 111.96º | 0.77% | 0.51% | - |
| HSV(B) | 111.96º | 0.86% | 0.89% | - |
| XYZ | 29.2 | 55.4 | 10.52 | - |
| YUV | 153.65 | 59.34 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 226 | 32 | 0.74 | 0 | 0.86 | 0.11 | 111.96 | 0.77 | 0.51 |
| Hex | 3A | E2 | 20 | 4A | 0 | 56 | B | 70 | 4D | 33 |
| Octal | 72 | 342 | 40 | 112 | 0 | 126 | 13 | 160 | 115 | 63 |
| Binary | 111010 | 11100010 | 100000 | 1001010 | 0 | 1010110 | 1011 | 1110000 | 1001101 | 110011 |
Color Harmonies of #3AE220
Complementary color
Monochromatic Colors of #3AE220
Black with #3AE220
Text Example
Text Example
White with #3AE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE220; }
p { color: rgb(58,226,32); }
H1.HeaderClassName
{
color: #3AE220;
}
.AnyTagClassName
{
color: #3AE220;
}
</style>
background-color css
<style>
a { background-color: #3AE220; }
a { background-color: rgb(58,226,32); }
div.DivClassName
{
background-color: #3AE220;
}
.BgClassName
{
background-color: #3AE220;
}
</style>
border-color css
<style>
span { border-color: #3AE220; }
span { border-color: rgb(58,226,32); }
td.TdClassName
{
border-color: #3AE220;
}
.TagClassName
{
border-color: #3AE220;
}
</style>