Shades of Lime Green #3BBF2D
Tints of Lime Green #3BBF2D
RGB
CMYK
RGB Variations
Color information
#3BBF2D (or 0x3BBF2D) is known color: Lime Green. HEX triplet: 3B, BF and 2D. RGB value is (59,191,45). Sum of RGB (Red+Green+Blue) = 59+191+45=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 191 (75% from 255 or 64.75% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBF2D is #C440D2. Grayscale: #878787. Windows color (decimal): -12861651 or 2998075. OLE color: 2998075.
HSL color Cylindrical-coordinate representation of color #3BBF2D: hue angle of 114.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BBF2D is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 191 | 45 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.25 |
| HSL | 114.25º | 0.62% | 0.46% | - |
| HSV(B) | 114.25º | 0.76% | 0.75% | - |
| XYZ | 20.91 | 38.38 | 8.79 | - |
| YUV | 134.89 | 77.27 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 45 | 0.69 | 0 | 0.76 | 0.25 | 114.25 | 0.62 | 0.46 |
| Hex | 3B | BF | 2D | 45 | 0 | 4C | 19 | 72 | 3E | 2E |
| Octal | 73 | 277 | 55 | 105 | 0 | 114 | 31 | 162 | 76 | 56 |
| Binary | 111011 | 10111111 | 101101 | 1000101 | 0 | 1001100 | 11001 | 1110010 | 111110 | 101110 |
Color Harmonies of #3BBF2D
Complementary color
Monochromatic Colors of #3BBF2D
Black with #3BBF2D
Text Example
Text Example
White with #3BBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBF2D; }
p { color: rgb(59,191,45); }
H1.HeaderClassName
{
color: #3BBF2D;
}
.AnyTagClassName
{
color: #3BBF2D;
}
</style>
background-color css
<style>
a { background-color: #3BBF2D; }
a { background-color: rgb(59,191,45); }
div.DivClassName
{
background-color: #3BBF2D;
}
.BgClassName
{
background-color: #3BBF2D;
}
</style>
border-color css
<style>
span { border-color: #3BBF2D; }
span { border-color: rgb(59,191,45); }
td.TdClassName
{
border-color: #3BBF2D;
}
.TagClassName
{
border-color: #3BBF2D;
}
</style>