Shades of Lime Green #3BBC39
Tints of Lime Green #3BBC39
RGB
CMYK
RGB Variations
Color information
#3BBC39 (or 0x3BBC39) is known color: Lime Green. HEX triplet: 3B, BC and 39. RGB value is (59,188,57). Sum of RGB (Red+Green+Blue) = 59+188+57=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC39 is #C443C6. Grayscale: #868686. Windows color (decimal): -12862407 or 3783739. OLE color: 3783739.
HSL color Cylindrical-coordinate representation of color #3BBC39: hue angle of 119.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BBC39 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 57 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.26 |
| HSL | 119.08º | 0.53% | 0.48% | - |
| HSV(B) | 119.08º | 0.7% | 0.74% | - |
| XYZ | 20.53 | 37.19 | 9.97 | - |
| YUV | 134.5 | 84.26 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 57 | 0.69 | 0 | 0.70 | 0.26 | 119.08 | 0.53 | 0.48 |
| Hex | 3B | BC | 39 | 45 | 0 | 46 | 1A | 77 | 35 | 30 |
| Octal | 73 | 274 | 71 | 105 | 0 | 106 | 32 | 167 | 65 | 60 |
| Binary | 111011 | 10111100 | 111001 | 1000101 | 0 | 1000110 | 11010 | 1110111 | 110101 | 110000 |
Color Harmonies of #3BBC39
Complementary color
Monochromatic Colors of #3BBC39
Black with #3BBC39
Text Example
Text Example
White with #3BBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC39; }
p { color: rgb(59,188,57); }
H1.HeaderClassName
{
color: #3BBC39;
}
.AnyTagClassName
{
color: #3BBC39;
}
</style>
background-color css
<style>
a { background-color: #3BBC39; }
a { background-color: rgb(59,188,57); }
div.DivClassName
{
background-color: #3BBC39;
}
.BgClassName
{
background-color: #3BBC39;
}
</style>
border-color css
<style>
span { border-color: #3BBC39; }
span { border-color: rgb(59,188,57); }
td.TdClassName
{
border-color: #3BBC39;
}
.TagClassName
{
border-color: #3BBC39;
}
</style>