Shades of Lime Green #3AE358
Tints of Lime Green #3AE358
RGB
CMYK
RGB Variations
Color information
#3AE358 (or 0x3AE358) is known color: Lime Green. HEX triplet: 3A, E3 and 58. RGB value is (58,227,88). Sum of RGB (Red+Green+Blue) = 58+227+88=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 227 (89.06% from 255 or 60.86% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE358 is #C51CA7. Grayscale: #A1A1A1. Windows color (decimal): -12917928 or 5825338. OLE color: 5825338.
HSL color Cylindrical-coordinate representation of color #3AE358: hue angle of 130.65º 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 #3AE358 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 227 | 88 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.11 |
| HSL | 130.65º | 0.75% | 0.56% | - |
| HSV(B) | 130.65º | 0.74% | 0.89% | - |
| XYZ | 30.98 | 56.54 | 18.51 | - |
| YUV | 160.62 | 87.01 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 227 | 88 | 0.74 | 0 | 0.61 | 0.11 | 130.65 | 0.75 | 0.56 |
| Hex | 3A | E3 | 58 | 4A | 0 | 3D | B | 83 | 4B | 38 |
| Octal | 72 | 343 | 130 | 112 | 0 | 75 | 13 | 203 | 113 | 70 |
| Binary | 111010 | 11100011 | 1011000 | 1001010 | 0 | 111101 | 1011 | 10000011 | 1001011 | 111000 |
Color Harmonies of #3AE358
Complementary color
Monochromatic Colors of #3AE358
Black with #3AE358
Text Example
Text Example
White with #3AE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE358; }
p { color: rgb(58,227,88); }
H1.HeaderClassName
{
color: #3AE358;
}
.AnyTagClassName
{
color: #3AE358;
}
</style>
background-color css
<style>
a { background-color: #3AE358; }
a { background-color: rgb(58,227,88); }
div.DivClassName
{
background-color: #3AE358;
}
.BgClassName
{
background-color: #3AE358;
}
</style>
border-color css
<style>
span { border-color: #3AE358; }
span { border-color: rgb(58,227,88); }
td.TdClassName
{
border-color: #3AE358;
}
.TagClassName
{
border-color: #3AE358;
}
</style>