Shades of Lime Green #3AE256
Tints of Lime Green #3AE256
RGB
CMYK
RGB Variations
Color information
#3AE256 (or 0x3AE256) is known color: Lime Green. HEX triplet: 3A, E2 and 56. RGB value is (58,226,86). Sum of RGB (Red+Green+Blue) = 58+226+86=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 226 (88.67% from 255 or 61.08% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE256 is #C51DA9. Grayscale: #A0A0A0. Windows color (decimal): -12918186 or 5694010. OLE color: 5694010.
HSL color Cylindrical-coordinate representation of color #3AE256: hue angle of 130º degrees, saturation: 0.74, 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 #3AE256 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 226 | 86 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.11 |
| HSL | 130º | 0.74% | 0.56% | - |
| HSV(B) | 130º | 0.74% | 0.89% | - |
| XYZ | 30.62 | 55.96 | 17.99 | - |
| YUV | 159.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 226 | 86 | 0.74 | 0 | 0.62 | 0.11 | 130 | 0.74 | 0.56 |
| Hex | 3A | E2 | 56 | 4A | 0 | 3E | B | 82 | 4A | 38 |
| Octal | 72 | 342 | 126 | 112 | 0 | 76 | 13 | 202 | 112 | 70 |
| Binary | 111010 | 11100010 | 1010110 | 1001010 | 0 | 111110 | 1011 | 10000010 | 1001010 | 111000 |
Color Harmonies of #3AE256
Complementary color
Monochromatic Colors of #3AE256
Black with #3AE256
Text Example
Text Example
White with #3AE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE256; }
p { color: rgb(58,226,86); }
H1.HeaderClassName
{
color: #3AE256;
}
.AnyTagClassName
{
color: #3AE256;
}
</style>
background-color css
<style>
a { background-color: #3AE256; }
a { background-color: rgb(58,226,86); }
div.DivClassName
{
background-color: #3AE256;
}
.BgClassName
{
background-color: #3AE256;
}
</style>
border-color css
<style>
span { border-color: #3AE256; }
span { border-color: rgb(58,226,86); }
td.TdClassName
{
border-color: #3AE256;
}
.TagClassName
{
border-color: #3AE256;
}
</style>