Shades of Lime Green #3BEB4D
Tints of Lime Green #3BEB4D
RGB
CMYK
RGB Variations
Color information
#3BEB4D (or 0x3BEB4D) is known color: Lime Green. HEX triplet: 3B, EB and 4D. RGB value is (59,235,77). Sum of RGB (Red+Green+Blue) = 59+235+77=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 235 (92.19% from 255 or 63.34% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEB4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BEB4D is #C414B2. Grayscale: #A4A4A4. Windows color (decimal): -12850355 or 5106491. OLE color: 5106491.
HSL color Cylindrical-coordinate representation of color #3BEB4D: hue angle of 126.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEB4D is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 235 | 77 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.08 |
| HSL | 126.14º | 0.81% | 0.58% | - |
| HSV(B) | 126.14º | 0.75% | 0.92% | - |
| XYZ | 32.85 | 60.88 | 17.04 | - |
| YUV | 164.36 | 78.69 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 235 | 77 | 0.75 | 0 | 0.67 | 0.08 | 126.14 | 0.81 | 0.58 |
| Hex | 3B | EB | 4D | 4B | 0 | 43 | 8 | 7E | 51 | 3A |
| Octal | 73 | 353 | 115 | 113 | 0 | 103 | 10 | 176 | 121 | 72 |
| Binary | 111011 | 11101011 | 1001101 | 1001011 | 0 | 1000011 | 1000 | 1111110 | 1010001 | 111010 |
Color Harmonies of #3BEB4D
Complementary color
Monochromatic Colors of #3BEB4D
Black with #3BEB4D
Text Example
Text Example
White with #3BEB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEB4D; }
p { color: rgb(59,235,77); }
H1.HeaderClassName
{
color: #3BEB4D;
}
.AnyTagClassName
{
color: #3BEB4D;
}
</style>
background-color css
<style>
a { background-color: #3BEB4D; }
a { background-color: rgb(59,235,77); }
div.DivClassName
{
background-color: #3BEB4D;
}
.BgClassName
{
background-color: #3BEB4D;
}
</style>
border-color css
<style>
span { border-color: #3BEB4D; }
span { border-color: rgb(59,235,77); }
td.TdClassName
{
border-color: #3BEB4D;
}
.TagClassName
{
border-color: #3BEB4D;
}
</style>