Shades of Lime Green #3AE345
Tints of Lime Green #3AE345
RGB
CMYK
RGB Variations
Color information
#3AE345 (or 0x3AE345) is known color: Lime Green. HEX triplet: 3A, E3 and 45. RGB value is (58,227,69). Sum of RGB (Red+Green+Blue) = 58+227+69=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 227 (89.06% from 255 or 64.12% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE345 is #C51CBA. Grayscale: #9E9E9E. Windows color (decimal): -12917947 or 4580154. OLE color: 4580154.
HSL color Cylindrical-coordinate representation of color #3AE345: hue angle of 123.91º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE345 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 227 | 69 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.11 |
| HSL | 123.91º | 0.75% | 0.56% | - |
| HSV(B) | 123.91º | 0.74% | 0.89% | - |
| XYZ | 30.29 | 56.27 | 14.89 | - |
| YUV | 158.46 | 77.51 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 227 | 69 | 0.74 | 0 | 0.70 | 0.11 | 123.91 | 0.75 | 0.56 |
| Hex | 3A | E3 | 45 | 4A | 0 | 46 | B | 7C | 4B | 38 |
| Octal | 72 | 343 | 105 | 112 | 0 | 106 | 13 | 174 | 113 | 70 |
| Binary | 111010 | 11100011 | 1000101 | 1001010 | 0 | 1000110 | 1011 | 1111100 | 1001011 | 111000 |
Color Harmonies of #3AE345
Complementary color
Monochromatic Colors of #3AE345
Black with #3AE345
Text Example
Text Example
White with #3AE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE345; }
p { color: rgb(58,227,69); }
H1.HeaderClassName
{
color: #3AE345;
}
.AnyTagClassName
{
color: #3AE345;
}
</style>
background-color css
<style>
a { background-color: #3AE345; }
a { background-color: rgb(58,227,69); }
div.DivClassName
{
background-color: #3AE345;
}
.BgClassName
{
background-color: #3AE345;
}
</style>
border-color css
<style>
span { border-color: #3AE345; }
span { border-color: rgb(58,227,69); }
td.TdClassName
{
border-color: #3AE345;
}
.TagClassName
{
border-color: #3AE345;
}
</style>