Shades of Lime Green #3BEE4E
Tints of Lime Green #3BEE4E
RGB
CMYK
RGB Variations
Color information
#3BEE4E (or 0x3BEE4E) is known color: Lime Green. HEX triplet: 3B, EE and 4E. RGB value is (59,238,78). Sum of RGB (Red+Green+Blue) = 59+238+78=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 238 (93.36% from 255 or 63.47% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEE4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BEE4E is #C411B1. Grayscale: #A6A6A6. Windows color (decimal): -12849586 or 5172795. OLE color: 5172795.
HSL color Cylindrical-coordinate representation of color #3BEE4E: hue angle of 126.37º degrees, saturation: 0.84, 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 #3BEE4E is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 78 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.07 |
| HSL | 126.37º | 0.84% | 0.58% | - |
| HSV(B) | 126.37º | 0.75% | 0.93% | - |
| XYZ | 33.75 | 62.63 | 17.52 | - |
| YUV | 166.24 | 78.2 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 78 | 0.75 | 0 | 0.67 | 0.07 | 126.37 | 0.84 | 0.58 |
| Hex | 3B | EE | 4E | 4B | 0 | 43 | 7 | 7E | 54 | 3A |
| Octal | 73 | 356 | 116 | 113 | 0 | 103 | 7 | 176 | 124 | 72 |
| Binary | 111011 | 11101110 | 1001110 | 1001011 | 0 | 1000011 | 111 | 1111110 | 1010100 | 111010 |
Color Harmonies of #3BEE4E
Complementary color
Monochromatic Colors of #3BEE4E
Black with #3BEE4E
Text Example
Text Example
White with #3BEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEE4E; }
p { color: rgb(59,238,78); }
H1.HeaderClassName
{
color: #3BEE4E;
}
.AnyTagClassName
{
color: #3BEE4E;
}
</style>
background-color css
<style>
a { background-color: #3BEE4E; }
a { background-color: rgb(59,238,78); }
div.DivClassName
{
background-color: #3BEE4E;
}
.BgClassName
{
background-color: #3BEE4E;
}
</style>
border-color css
<style>
span { border-color: #3BEE4E; }
span { border-color: rgb(59,238,78); }
td.TdClassName
{
border-color: #3BEE4E;
}
.TagClassName
{
border-color: #3BEE4E;
}
</style>