Shades of Lime Green #3AE049
Tints of Lime Green #3AE049
RGB
CMYK
RGB Variations
Color information
#3AE049 (or 0x3AE049) is known color: Lime Green. HEX triplet: 3A, E0 and 49. RGB value is (58,224,73). Sum of RGB (Red+Green+Blue) = 58+224+73=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE049 is #C51FB6. Grayscale: #9D9D9D. Windows color (decimal): -12918711 or 4841530. OLE color: 4841530.
HSL color Cylindrical-coordinate representation of color #3AE049: hue angle of 125.42º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE049 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 224 | 73 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.12 |
| HSL | 125.42º | 0.73% | 0.55% | - |
| HSV(B) | 125.42º | 0.74% | 0.88% | - |
| XYZ | 29.6 | 54.69 | 15.3 | - |
| YUV | 157.15 | 80.5 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 224 | 73 | 0.74 | 0 | 0.67 | 0.12 | 125.42 | 0.73 | 0.55 |
| Hex | 3A | E0 | 49 | 4A | 0 | 43 | C | 7D | 49 | 37 |
| Octal | 72 | 340 | 111 | 112 | 0 | 103 | 14 | 175 | 111 | 67 |
| Binary | 111010 | 11100000 | 1001001 | 1001010 | 0 | 1000011 | 1100 | 1111101 | 1001001 | 110111 |
Color Harmonies of #3AE049
Complementary color
Monochromatic Colors of #3AE049
Black with #3AE049
Text Example
Text Example
White with #3AE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE049; }
p { color: rgb(58,224,73); }
H1.HeaderClassName
{
color: #3AE049;
}
.AnyTagClassName
{
color: #3AE049;
}
</style>
background-color css
<style>
a { background-color: #3AE049; }
a { background-color: rgb(58,224,73); }
div.DivClassName
{
background-color: #3AE049;
}
.BgClassName
{
background-color: #3AE049;
}
</style>
border-color css
<style>
span { border-color: #3AE049; }
span { border-color: rgb(58,224,73); }
td.TdClassName
{
border-color: #3AE049;
}
.TagClassName
{
border-color: #3AE049;
}
</style>