Shades of Lime Green #3AE353
Tints of Lime Green #3AE353
RGB
CMYK
RGB Variations
Color information
#3AE353 (or 0x3AE353) is known color: Lime Green. HEX triplet: 3A, E3 and 53. RGB value is (58,227,83). Sum of RGB (Red+Green+Blue) = 58+227+83=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 227 (89.06% from 255 or 61.68% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE353 is #C51CAC. Grayscale: #A0A0A0. Windows color (decimal): -12917933 or 5497658. OLE color: 5497658.
HSL color Cylindrical-coordinate representation of color #3AE353: hue angle of 128.88º 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 #3AE353 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 227 | 83 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.11 |
| HSL | 128.88º | 0.75% | 0.56% | - |
| HSV(B) | 128.88º | 0.74% | 0.89% | - |
| XYZ | 30.78 | 56.46 | 17.46 | - |
| YUV | 160.05 | 84.51 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 227 | 83 | 0.74 | 0 | 0.63 | 0.11 | 128.88 | 0.75 | 0.56 |
| Hex | 3A | E3 | 53 | 4A | 0 | 3F | B | 81 | 4B | 38 |
| Octal | 72 | 343 | 123 | 112 | 0 | 77 | 13 | 201 | 113 | 70 |
| Binary | 111010 | 11100011 | 1010011 | 1001010 | 0 | 111111 | 1011 | 10000001 | 1001011 | 111000 |
Color Harmonies of #3AE353
Complementary color
Monochromatic Colors of #3AE353
Black with #3AE353
Text Example
Text Example
White with #3AE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE353; }
p { color: rgb(58,227,83); }
H1.HeaderClassName
{
color: #3AE353;
}
.AnyTagClassName
{
color: #3AE353;
}
</style>
background-color css
<style>
a { background-color: #3AE353; }
a { background-color: rgb(58,227,83); }
div.DivClassName
{
background-color: #3AE353;
}
.BgClassName
{
background-color: #3AE353;
}
</style>
border-color css
<style>
span { border-color: #3AE353; }
span { border-color: rgb(58,227,83); }
td.TdClassName
{
border-color: #3AE353;
}
.TagClassName
{
border-color: #3AE353;
}
</style>