Shades of Lime Green #3AE354
Tints of Lime Green #3AE354
RGB
CMYK
RGB Variations
Color information
#3AE354 (or 0x3AE354) is known color: Lime Green. HEX triplet: 3A, E3 and 54. RGB value is (58,227,84). Sum of RGB (Red+Green+Blue) = 58+227+84=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 227 (89.06% from 255 or 61.52% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE354 is #C51CAB. Grayscale: #A0A0A0. Windows color (decimal): -12917932 or 5563194. OLE color: 5563194.
HSL color Cylindrical-coordinate representation of color #3AE354: hue angle of 129.23º 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 #3AE354 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 227 | 84 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.11 |
| HSL | 129.23º | 0.75% | 0.56% | - |
| HSV(B) | 129.23º | 0.74% | 0.89% | - |
| XYZ | 30.81 | 56.48 | 17.66 | - |
| YUV | 160.17 | 85.01 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 227 | 84 | 0.74 | 0 | 0.63 | 0.11 | 129.23 | 0.75 | 0.56 |
| Hex | 3A | E3 | 54 | 4A | 0 | 3F | B | 81 | 4B | 38 |
| Octal | 72 | 343 | 124 | 112 | 0 | 77 | 13 | 201 | 113 | 70 |
| Binary | 111010 | 11100011 | 1010100 | 1001010 | 0 | 111111 | 1011 | 10000001 | 1001011 | 111000 |
Color Harmonies of #3AE354
Complementary color
Monochromatic Colors of #3AE354
Black with #3AE354
Text Example
Text Example
White with #3AE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE354; }
p { color: rgb(58,227,84); }
H1.HeaderClassName
{
color: #3AE354;
}
.AnyTagClassName
{
color: #3AE354;
}
</style>
background-color css
<style>
a { background-color: #3AE354; }
a { background-color: rgb(58,227,84); }
div.DivClassName
{
background-color: #3AE354;
}
.BgClassName
{
background-color: #3AE354;
}
</style>
border-color css
<style>
span { border-color: #3AE354; }
span { border-color: rgb(58,227,84); }
td.TdClassName
{
border-color: #3AE354;
}
.TagClassName
{
border-color: #3AE354;
}
</style>