Shades of Lime Green #3BBC2F
Tints of Lime Green #3BBC2F
RGB
CMYK
RGB Variations
Color information
#3BBC2F (or 0x3BBC2F) is known color: Lime Green. HEX triplet: 3B, BC and 2F. RGB value is (59,188,47). Sum of RGB (Red+Green+Blue) = 59+188+47=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC2F is #C443D0. Grayscale: #858585. Windows color (decimal): -12862417 or 3128379. OLE color: 3128379.
HSL color Cylindrical-coordinate representation of color #3BBC2F: hue angle of 114.89º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BBC2F is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 47 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.26 |
| HSL | 114.89º | 0.6% | 0.46% | - |
| HSV(B) | 114.89º | 0.75% | 0.74% | - |
| XYZ | 20.3 | 37.1 | 8.78 | - |
| YUV | 133.36 | 79.26 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 47 | 0.69 | 0 | 0.75 | 0.26 | 114.89 | 0.6 | 0.46 |
| Hex | 3B | BC | 2F | 45 | 0 | 4B | 1A | 73 | 3C | 2E |
| Octal | 73 | 274 | 57 | 105 | 0 | 113 | 32 | 163 | 74 | 56 |
| Binary | 111011 | 10111100 | 101111 | 1000101 | 0 | 1001011 | 11010 | 1110011 | 111100 | 101110 |
Color Harmonies of #3BBC2F
Complementary color
Monochromatic Colors of #3BBC2F
Black with #3BBC2F
Text Example
Text Example
White with #3BBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC2F; }
p { color: rgb(59,188,47); }
H1.HeaderClassName
{
color: #3BBC2F;
}
.AnyTagClassName
{
color: #3BBC2F;
}
</style>
background-color css
<style>
a { background-color: #3BBC2F; }
a { background-color: rgb(59,188,47); }
div.DivClassName
{
background-color: #3BBC2F;
}
.BgClassName
{
background-color: #3BBC2F;
}
</style>
border-color css
<style>
span { border-color: #3BBC2F; }
span { border-color: rgb(59,188,47); }
td.TdClassName
{
border-color: #3BBC2F;
}
.TagClassName
{
border-color: #3BBC2F;
}
</style>