Shades of Lime Green #3BBC2B
Tints of Lime Green #3BBC2B
RGB
CMYK
RGB Variations
Color information
#3BBC2B (or 0x3BBC2B) is known color: Lime Green. HEX triplet: 3B, BC and 2B. RGB value is (59,188,43). Sum of RGB (Red+Green+Blue) = 59+188+43=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC2B is #C443D4. Grayscale: #858585. Windows color (decimal): -12862421 or 2866235. OLE color: 2866235.
HSL color Cylindrical-coordinate representation of color #3BBC2B: hue angle of 113.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BBC2B is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 43 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.26 |
| HSL | 113.38º | 0.63% | 0.45% | - |
| HSV(B) | 113.38º | 0.77% | 0.74% | - |
| XYZ | 20.22 | 37.07 | 8.37 | - |
| YUV | 132.9 | 77.26 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 43 | 0.69 | 0 | 0.77 | 0.26 | 113.38 | 0.63 | 0.45 |
| Hex | 3B | BC | 2B | 45 | 0 | 4D | 1A | 71 | 3F | 2D |
| Octal | 73 | 274 | 53 | 105 | 0 | 115 | 32 | 161 | 77 | 55 |
| Binary | 111011 | 10111100 | 101011 | 1000101 | 0 | 1001101 | 11010 | 1110001 | 111111 | 101101 |
Color Harmonies of #3BBC2B
Complementary color
Monochromatic Colors of #3BBC2B
Black with #3BBC2B
Text Example
Text Example
White with #3BBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC2B; }
p { color: rgb(59,188,43); }
H1.HeaderClassName
{
color: #3BBC2B;
}
.AnyTagClassName
{
color: #3BBC2B;
}
</style>
background-color css
<style>
a { background-color: #3BBC2B; }
a { background-color: rgb(59,188,43); }
div.DivClassName
{
background-color: #3BBC2B;
}
.BgClassName
{
background-color: #3BBC2B;
}
</style>
border-color css
<style>
span { border-color: #3BBC2B; }
span { border-color: rgb(59,188,43); }
td.TdClassName
{
border-color: #3BBC2B;
}
.TagClassName
{
border-color: #3BBC2B;
}
</style>