Shades of Lime Green #3BEC4E
Tints of Lime Green #3BEC4E
RGB
CMYK
RGB Variations
Color information
#3BEC4E (or 0x3BEC4E) is known color: Lime Green. HEX triplet: 3B, EC and 4E. RGB value is (59,236,78). Sum of RGB (Red+Green+Blue) = 59+236+78=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 236 (92.58% from 255 or 63.27% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BEC4E is #C413B1. Grayscale: #A5A5A5. Windows color (decimal): -12850098 or 5172283. OLE color: 5172283.
HSL color Cylindrical-coordinate representation of color #3BEC4E: hue angle of 126.44º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEC4E is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 78 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.07 |
| HSL | 126.44º | 0.82% | 0.58% | - |
| HSV(B) | 126.44º | 0.75% | 0.93% | - |
| XYZ | 33.17 | 61.47 | 17.32 | - |
| YUV | 165.07 | 78.86 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 78 | 0.75 | 0 | 0.67 | 0.07 | 126.44 | 0.82 | 0.58 |
| Hex | 3B | EC | 4E | 4B | 0 | 43 | 7 | 7E | 52 | 3A |
| Octal | 73 | 354 | 116 | 113 | 0 | 103 | 7 | 176 | 122 | 72 |
| Binary | 111011 | 11101100 | 1001110 | 1001011 | 0 | 1000011 | 111 | 1111110 | 1010010 | 111010 |
Color Harmonies of #3BEC4E
Complementary color
Monochromatic Colors of #3BEC4E
Black with #3BEC4E
Text Example
Text Example
White with #3BEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC4E; }
p { color: rgb(59,236,78); }
H1.HeaderClassName
{
color: #3BEC4E;
}
.AnyTagClassName
{
color: #3BEC4E;
}
</style>
background-color css
<style>
a { background-color: #3BEC4E; }
a { background-color: rgb(59,236,78); }
div.DivClassName
{
background-color: #3BEC4E;
}
.BgClassName
{
background-color: #3BEC4E;
}
</style>
border-color css
<style>
span { border-color: #3BEC4E; }
span { border-color: rgb(59,236,78); }
td.TdClassName
{
border-color: #3BEC4E;
}
.TagClassName
{
border-color: #3BEC4E;
}
</style>