Shades of Lime Green #3AE321
Tints of Lime Green #3AE321
RGB
CMYK
RGB Variations
Color information
#3AE321 (or 0x3AE321) is known color: Lime Green. HEX triplet: 3A, E3 and 21. RGB value is (58,227,33). Sum of RGB (Red+Green+Blue) = 58+227+33=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE321 is #C51CDE. Grayscale: #9A9A9A. Windows color (decimal): -12917983 or 2220858. OLE color: 2220858.
HSL color Cylindrical-coordinate representation of color #3AE321: hue angle of 112.27º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AE321 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 227 | 33 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.11 |
| HSL | 112.27º | 0.78% | 0.51% | - |
| HSV(B) | 112.27º | 0.85% | 0.89% | - |
| XYZ | 29.49 | 55.95 | 10.68 | - |
| YUV | 154.35 | 59.51 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 227 | 33 | 0.74 | 0 | 0.85 | 0.11 | 112.27 | 0.78 | 0.51 |
| Hex | 3A | E3 | 21 | 4A | 0 | 55 | B | 70 | 4E | 33 |
| Octal | 72 | 343 | 41 | 112 | 0 | 125 | 13 | 160 | 116 | 63 |
| Binary | 111010 | 11100011 | 100001 | 1001010 | 0 | 1010101 | 1011 | 1110000 | 1001110 | 110011 |
Color Harmonies of #3AE321
Complementary color
Monochromatic Colors of #3AE321
Black with #3AE321
Text Example
Text Example
White with #3AE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE321; }
p { color: rgb(58,227,33); }
H1.HeaderClassName
{
color: #3AE321;
}
.AnyTagClassName
{
color: #3AE321;
}
</style>
background-color css
<style>
a { background-color: #3AE321; }
a { background-color: rgb(58,227,33); }
div.DivClassName
{
background-color: #3AE321;
}
.BgClassName
{
background-color: #3AE321;
}
</style>
border-color css
<style>
span { border-color: #3AE321; }
span { border-color: rgb(58,227,33); }
td.TdClassName
{
border-color: #3AE321;
}
.TagClassName
{
border-color: #3AE321;
}
</style>