Shades of Lime Green #3BE456
Tints of Lime Green #3BE456
RGB
CMYK
RGB Variations
Color information
#3BE456 (or 0x3BE456) is known color: Lime Green. HEX triplet: 3B, E4 and 56. RGB value is (59,228,86). Sum of RGB (Red+Green+Blue) = 59+228+86=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 228 (89.45% from 255 or 61.13% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BE456 is #C41BA9. Grayscale: #A1A1A1. Windows color (decimal): -12852138 or 5694523. OLE color: 5694523.
HSL color Cylindrical-coordinate representation of color #3BE456: hue angle of 129.59º degrees, saturation: 0.76, 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 #3BE456 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 86 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.11 |
| HSL | 129.59º | 0.76% | 0.56% | - |
| HSV(B) | 129.59º | 0.74% | 0.89% | - |
| XYZ | 31.23 | 57.09 | 18.18 | - |
| YUV | 161.28 | 85.51 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 86 | 0.74 | 0 | 0.62 | 0.11 | 129.59 | 0.76 | 0.56 |
| Hex | 3B | E4 | 56 | 4A | 0 | 3E | B | 82 | 4C | 38 |
| Octal | 73 | 344 | 126 | 112 | 0 | 76 | 13 | 202 | 114 | 70 |
| Binary | 111011 | 11100100 | 1010110 | 1001010 | 0 | 111110 | 1011 | 10000010 | 1001100 | 111000 |
Color Harmonies of #3BE456
Complementary color
Monochromatic Colors of #3BE456
Black with #3BE456
Text Example
Text Example
White with #3BE456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE456; }
p { color: rgb(59,228,86); }
H1.HeaderClassName
{
color: #3BE456;
}
.AnyTagClassName
{
color: #3BE456;
}
</style>
background-color css
<style>
a { background-color: #3BE456; }
a { background-color: rgb(59,228,86); }
div.DivClassName
{
background-color: #3BE456;
}
.BgClassName
{
background-color: #3BE456;
}
</style>
border-color css
<style>
span { border-color: #3BE456; }
span { border-color: rgb(59,228,86); }
td.TdClassName
{
border-color: #3BE456;
}
.TagClassName
{
border-color: #3BE456;
}
</style>