Shades of Lime Green #3BBF49
Tints of Lime Green #3BBF49
RGB
CMYK
RGB Variations
Color information
#3BBF49 (or 0x3BBF49) is known color: Lime Green. HEX triplet: 3B, BF and 49. RGB value is (59,191,73). Sum of RGB (Red+Green+Blue) = 59+191+73=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBF49 is #C440B6. Grayscale: #8A8A8A. Windows color (decimal): -12861623 or 4833083. OLE color: 4833083.
HSL color Cylindrical-coordinate representation of color #3BBF49: hue angle of 126.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBF49 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 191 | 73 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.25 |
| HSL | 126.36º | 0.53% | 0.49% | - |
| HSV(B) | 126.36º | 0.69% | 0.75% | - |
| XYZ | 21.64 | 38.67 | 12.63 | - |
| YUV | 138.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 73 | 0.69 | 0 | 0.62 | 0.25 | 126.36 | 0.53 | 0.49 |
| Hex | 3B | BF | 49 | 45 | 0 | 3E | 19 | 7E | 35 | 31 |
| Octal | 73 | 277 | 111 | 105 | 0 | 76 | 31 | 176 | 65 | 61 |
| Binary | 111011 | 10111111 | 1001001 | 1000101 | 0 | 111110 | 11001 | 1111110 | 110101 | 110001 |
Color Harmonies of #3BBF49
Complementary color
Monochromatic Colors of #3BBF49
Black with #3BBF49
Text Example
Text Example
White with #3BBF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBF49; }
p { color: rgb(59,191,73); }
H1.HeaderClassName
{
color: #3BBF49;
}
.AnyTagClassName
{
color: #3BBF49;
}
</style>
background-color css
<style>
a { background-color: #3BBF49; }
a { background-color: rgb(59,191,73); }
div.DivClassName
{
background-color: #3BBF49;
}
.BgClassName
{
background-color: #3BBF49;
}
</style>
border-color css
<style>
span { border-color: #3BBF49; }
span { border-color: rgb(59,191,73); }
td.TdClassName
{
border-color: #3BBF49;
}
.TagClassName
{
border-color: #3BBF49;
}
</style>