Shades of Lime Green #3BBA3E
Tints of Lime Green #3BBA3E
RGB
CMYK
RGB Variations
Color information
#3BBA3E (or 0x3BBA3E) is known color: Lime Green. HEX triplet: 3B, BA and 3E. RGB value is (59,186,62). Sum of RGB (Red+Green+Blue) = 59+186+62=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBA3E is #C445C1. Grayscale: #868686. Windows color (decimal): -12862914 or 4110907. OLE color: 4110907.
HSL color Cylindrical-coordinate representation of color #3BBA3E: hue angle of 121.42º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBA3E is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 186 | 62 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.27 |
| HSL | 121.42º | 0.52% | 0.48% | - |
| HSV(B) | 121.42º | 0.68% | 0.73% | - |
| XYZ | 20.23 | 36.4 | 10.52 | - |
| YUV | 133.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 186 | 62 | 0.68 | 0 | 0.67 | 0.27 | 121.42 | 0.52 | 0.48 |
| Hex | 3B | BA | 3E | 44 | 0 | 43 | 1B | 79 | 34 | 30 |
| Octal | 73 | 272 | 76 | 104 | 0 | 103 | 33 | 171 | 64 | 60 |
| Binary | 111011 | 10111010 | 111110 | 1000100 | 0 | 1000011 | 11011 | 1111001 | 110100 | 110000 |
Color Harmonies of #3BBA3E
Complementary color
Monochromatic Colors of #3BBA3E
Black with #3BBA3E
Text Example
Text Example
White with #3BBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBA3E; }
p { color: rgb(59,186,62); }
H1.HeaderClassName
{
color: #3BBA3E;
}
.AnyTagClassName
{
color: #3BBA3E;
}
</style>
background-color css
<style>
a { background-color: #3BBA3E; }
a { background-color: rgb(59,186,62); }
div.DivClassName
{
background-color: #3BBA3E;
}
.BgClassName
{
background-color: #3BBA3E;
}
</style>
border-color css
<style>
span { border-color: #3BBA3E; }
span { border-color: rgb(59,186,62); }
td.TdClassName
{
border-color: #3BBA3E;
}
.TagClassName
{
border-color: #3BBA3E;
}
</style>