Shades of Lime Green #3AE544
Tints of Lime Green #3AE544
RGB
CMYK
RGB Variations
Color information
#3AE544 (or 0x3AE544) is known color: Lime Green. HEX triplet: 3A, E5 and 44. RGB value is (58,229,68). Sum of RGB (Red+Green+Blue) = 58+229+68=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 229 (89.84% from 255 or 64.51% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE544 is #C51ABB. Grayscale: #9F9F9F. Windows color (decimal): -12917436 or 4515130. OLE color: 4515130.
HSL color Cylindrical-coordinate representation of color #3AE544: hue angle of 123.51º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE544 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 58 | 229 | 68 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.10 |
| HSL | 123.51º | 0.77% | 0.56% | - |
| HSV(B) | 123.51º | 0.75% | 0.9% | - |
| XYZ | 30.81 | 57.36 | 14.92 | - |
| YUV | 159.52 | 76.35 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 229 | 68 | 0.75 | 0 | 0.70 | 0.10 | 123.51 | 0.77 | 0.56 |
| Hex | 3A | E5 | 44 | 4B | 0 | 46 | A | 7C | 4D | 38 |
| Octal | 72 | 345 | 104 | 113 | 0 | 106 | 12 | 174 | 115 | 70 |
| Binary | 111010 | 11100101 | 1000100 | 1001011 | 0 | 1000110 | 1010 | 1111100 | 1001101 | 111000 |
Color Harmonies of #3AE544
Complementary color
Monochromatic Colors of #3AE544
Black with #3AE544
Text Example
Text Example
White with #3AE544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE544; }
p { color: rgb(58,229,68); }
H1.HeaderClassName
{
color: #3AE544;
}
.AnyTagClassName
{
color: #3AE544;
}
</style>
background-color css
<style>
a { background-color: #3AE544; }
a { background-color: rgb(58,229,68); }
div.DivClassName
{
background-color: #3AE544;
}
.BgClassName
{
background-color: #3AE544;
}
</style>
border-color css
<style>
span { border-color: #3AE544; }
span { border-color: rgb(58,229,68); }
td.TdClassName
{
border-color: #3AE544;
}
.TagClassName
{
border-color: #3AE544;
}
</style>