Shades of Lime Green #3AE044
Tints of Lime Green #3AE044
RGB
CMYK
RGB Variations
Color information
#3AE044 (or 0x3AE044) is known color: Lime Green. HEX triplet: 3A, E0 and 44. RGB value is (58,224,68). Sum of RGB (Red+Green+Blue) = 58+224+68=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 224 (87.89% from 255 or 64% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE044 is #C51FBB. Grayscale: #9D9D9D. Windows color (decimal): -12918716 or 4513850. OLE color: 4513850.
HSL color Cylindrical-coordinate representation of color #3AE044: hue angle of 123.61º 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 #3AE044 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 224 | 68 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.12 |
| HSL | 123.61º | 0.73% | 0.55% | - |
| HSV(B) | 123.61º | 0.74% | 0.88% | - |
| XYZ | 29.44 | 54.63 | 14.46 | - |
| YUV | 156.58 | 78 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 224 | 68 | 0.74 | 0 | 0.70 | 0.12 | 123.61 | 0.73 | 0.55 |
| Hex | 3A | E0 | 44 | 4A | 0 | 46 | C | 7C | 49 | 37 |
| Octal | 72 | 340 | 104 | 112 | 0 | 106 | 14 | 174 | 111 | 67 |
| Binary | 111010 | 11100000 | 1000100 | 1001010 | 0 | 1000110 | 1100 | 1111100 | 1001001 | 110111 |
Color Harmonies of #3AE044
Complementary color
Monochromatic Colors of #3AE044
Black with #3AE044
Text Example
Text Example
White with #3AE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE044; }
p { color: rgb(58,224,68); }
H1.HeaderClassName
{
color: #3AE044;
}
.AnyTagClassName
{
color: #3AE044;
}
</style>
background-color css
<style>
a { background-color: #3AE044; }
a { background-color: rgb(58,224,68); }
div.DivClassName
{
background-color: #3AE044;
}
.BgClassName
{
background-color: #3AE044;
}
</style>
border-color css
<style>
span { border-color: #3AE044; }
span { border-color: rgb(58,224,68); }
td.TdClassName
{
border-color: #3AE044;
}
.TagClassName
{
border-color: #3AE044;
}
</style>