Shades of Lime Green #3BBC2E
Tints of Lime Green #3BBC2E
RGB
CMYK
RGB Variations
Color information
#3BBC2E (or 0x3BBC2E) is known color: Lime Green. HEX triplet: 3B, BC and 2E. RGB value is (59,188,46). Sum of RGB (Red+Green+Blue) = 59+188+46=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC2E is #C443D1. Grayscale: #858585. Windows color (decimal): -12862418 or 3062843. OLE color: 3062843.
HSL color Cylindrical-coordinate representation of color #3BBC2E: hue angle of 114.51º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BBC2E is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 46 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.26 |
| HSL | 114.51º | 0.61% | 0.46% | - |
| HSV(B) | 114.51º | 0.76% | 0.74% | - |
| XYZ | 20.28 | 37.09 | 8.68 | - |
| YUV | 133.24 | 78.76 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 46 | 0.69 | 0 | 0.76 | 0.26 | 114.51 | 0.61 | 0.46 |
| Hex | 3B | BC | 2E | 45 | 0 | 4C | 1A | 73 | 3D | 2E |
| Octal | 73 | 274 | 56 | 105 | 0 | 114 | 32 | 163 | 75 | 56 |
| Binary | 111011 | 10111100 | 101110 | 1000101 | 0 | 1001100 | 11010 | 1110011 | 111101 | 101110 |
Color Harmonies of #3BBC2E
Complementary color
Monochromatic Colors of #3BBC2E
Black with #3BBC2E
Text Example
Text Example
White with #3BBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC2E; }
p { color: rgb(59,188,46); }
H1.HeaderClassName
{
color: #3BBC2E;
}
.AnyTagClassName
{
color: #3BBC2E;
}
</style>
background-color css
<style>
a { background-color: #3BBC2E; }
a { background-color: rgb(59,188,46); }
div.DivClassName
{
background-color: #3BBC2E;
}
.BgClassName
{
background-color: #3BBC2E;
}
</style>
border-color css
<style>
span { border-color: #3BBC2E; }
span { border-color: rgb(59,188,46); }
td.TdClassName
{
border-color: #3BBC2E;
}
.TagClassName
{
border-color: #3BBC2E;
}
</style>