Shades of Lime Green #3BEC46
Tints of Lime Green #3BEC46
RGB
CMYK
RGB Variations
Color information
#3BEC46 (or 0x3BEC46) is known color: Lime Green. HEX triplet: 3B, EC and 46. RGB value is (59,236,70). Sum of RGB (Red+Green+Blue) = 59+236+70=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEC46 is #C413B9. Grayscale: #A4A4A4. Windows color (decimal): -12850106 or 4647995. OLE color: 4647995.
HSL color Cylindrical-coordinate representation of color #3BEC46: hue angle of 123.73º 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 #3BEC46 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 70 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.07 |
| HSL | 123.73º | 0.82% | 0.58% | - |
| HSV(B) | 123.73º | 0.75% | 0.93% | - |
| XYZ | 32.9 | 61.36 | 15.9 | - |
| YUV | 164.15 | 74.86 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 70 | 0.75 | 0 | 0.70 | 0.07 | 123.73 | 0.82 | 0.58 |
| Hex | 3B | EC | 46 | 4B | 0 | 46 | 7 | 7C | 52 | 3A |
| Octal | 73 | 354 | 106 | 113 | 0 | 106 | 7 | 174 | 122 | 72 |
| Binary | 111011 | 11101100 | 1000110 | 1001011 | 0 | 1000110 | 111 | 1111100 | 1010010 | 111010 |
Color Harmonies of #3BEC46
Complementary color
Monochromatic Colors of #3BEC46
Black with #3BEC46
Text Example
Text Example
White with #3BEC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC46; }
p { color: rgb(59,236,70); }
H1.HeaderClassName
{
color: #3BEC46;
}
.AnyTagClassName
{
color: #3BEC46;
}
</style>
background-color css
<style>
a { background-color: #3BEC46; }
a { background-color: rgb(59,236,70); }
div.DivClassName
{
background-color: #3BEC46;
}
.BgClassName
{
background-color: #3BEC46;
}
</style>
border-color css
<style>
span { border-color: #3BEC46; }
span { border-color: rgb(59,236,70); }
td.TdClassName
{
border-color: #3BEC46;
}
.TagClassName
{
border-color: #3BEC46;
}
</style>