Shades of Lime Green #3BBC3E
Tints of Lime Green #3BBC3E
RGB
CMYK
RGB Variations
Color information
#3BBC3E (or 0x3BBC3E) is known color: Lime Green. HEX triplet: 3B, BC and 3E. RGB value is (59,188,62). Sum of RGB (Red+Green+Blue) = 59+188+62=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC3E is #C443C1. Grayscale: #878787. Windows color (decimal): -12862402 or 4111419. OLE color: 4111419.
HSL color Cylindrical-coordinate representation of color #3BBC3E: hue angle of 121.4º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBC3E is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 62 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.26 |
| HSL | 121.4º | 0.52% | 0.48% | - |
| HSV(B) | 121.4º | 0.69% | 0.74% | - |
| XYZ | 20.66 | 37.24 | 10.66 | - |
| YUV | 135.07 | 86.76 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 62 | 0.69 | 0 | 0.67 | 0.26 | 121.4 | 0.52 | 0.48 |
| Hex | 3B | BC | 3E | 45 | 0 | 43 | 1A | 79 | 34 | 30 |
| Octal | 73 | 274 | 76 | 105 | 0 | 103 | 32 | 171 | 64 | 60 |
| Binary | 111011 | 10111100 | 111110 | 1000101 | 0 | 1000011 | 11010 | 1111001 | 110100 | 110000 |
Color Harmonies of #3BBC3E
Complementary color
Monochromatic Colors of #3BBC3E
Black with #3BBC3E
Text Example
Text Example
White with #3BBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC3E; }
p { color: rgb(59,188,62); }
H1.HeaderClassName
{
color: #3BBC3E;
}
.AnyTagClassName
{
color: #3BBC3E;
}
</style>
background-color css
<style>
a { background-color: #3BBC3E; }
a { background-color: rgb(59,188,62); }
div.DivClassName
{
background-color: #3BBC3E;
}
.BgClassName
{
background-color: #3BBC3E;
}
</style>
border-color css
<style>
span { border-color: #3BBC3E; }
span { border-color: rgb(59,188,62); }
td.TdClassName
{
border-color: #3BBC3E;
}
.TagClassName
{
border-color: #3BBC3E;
}
</style>