Shades of Lime Green #3BEC26
Tints of Lime Green #3BEC26
RGB
CMYK
RGB Variations
Color information
#3BEC26 (or 0x3BEC26) is known color: Lime Green. HEX triplet: 3B, EC and 26. RGB value is (59,236,38). Sum of RGB (Red+Green+Blue) = 59+236+38=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEC26 is #C413D9. Grayscale: #A1A1A1. Windows color (decimal): -12850138 or 2550843. OLE color: 2550843.
HSL color Cylindrical-coordinate representation of color #3BEC26: hue angle of 113.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BEC26 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 38 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.07 |
| HSL | 113.64º | 0.84% | 0.54% | - |
| HSV(B) | 113.64º | 0.84% | 0.93% | - |
| XYZ | 32.15 | 61.06 | 11.93 | - |
| YUV | 160.51 | 58.86 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 38 | 0.75 | 0 | 0.84 | 0.07 | 113.64 | 0.84 | 0.54 |
| Hex | 3B | EC | 26 | 4B | 0 | 54 | 7 | 72 | 54 | 36 |
| Octal | 73 | 354 | 46 | 113 | 0 | 124 | 7 | 162 | 124 | 66 |
| Binary | 111011 | 11101100 | 100110 | 1001011 | 0 | 1010100 | 111 | 1110010 | 1010100 | 110110 |
Color Harmonies of #3BEC26
Complementary color
Monochromatic Colors of #3BEC26
Black with #3BEC26
Text Example
Text Example
White with #3BEC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC26; }
p { color: rgb(59,236,38); }
H1.HeaderClassName
{
color: #3BEC26;
}
.AnyTagClassName
{
color: #3BEC26;
}
</style>
background-color css
<style>
a { background-color: #3BEC26; }
a { background-color: rgb(59,236,38); }
div.DivClassName
{
background-color: #3BEC26;
}
.BgClassName
{
background-color: #3BEC26;
}
</style>
border-color css
<style>
span { border-color: #3BEC26; }
span { border-color: rgb(59,236,38); }
td.TdClassName
{
border-color: #3BEC26;
}
.TagClassName
{
border-color: #3BEC26;
}
</style>