Shades of Lime Green #3BAF37
Tints of Lime Green #3BAF37
RGB
CMYK
RGB Variations
Color information
#3BAF37 (or 0x3BAF37) is known color: Lime Green. HEX triplet: 3B, AF and 37. RGB value is (59,175,55). Sum of RGB (Red+Green+Blue) = 59+175+55=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAF37 is #C450C8. Grayscale: #7F7F7F. Windows color (decimal): -12865737 or 3649339. OLE color: 3649339.
HSL color Cylindrical-coordinate representation of color #3BAF37: hue angle of 118º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BAF37 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 55 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.31 |
| HSL | 118º | 0.52% | 0.45% | - |
| HSV(B) | 118º | 0.69% | 0.69% | - |
| XYZ | 17.82 | 31.87 | 8.83 | - |
| YUV | 126.64 | 87.57 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 55 | 0.66 | 0 | 0.69 | 0.31 | 118 | 0.52 | 0.45 |
| Hex | 3B | AF | 37 | 42 | 0 | 45 | 1F | 76 | 34 | 2D |
| Octal | 73 | 257 | 67 | 102 | 0 | 105 | 37 | 166 | 64 | 55 |
| Binary | 111011 | 10101111 | 110111 | 1000010 | 0 | 1000101 | 11111 | 1110110 | 110100 | 101101 |
Color Harmonies of #3BAF37
Complementary color
Monochromatic Colors of #3BAF37
Black with #3BAF37
Text Example
Text Example
White with #3BAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF37; }
p { color: rgb(59,175,55); }
H1.HeaderClassName
{
color: #3BAF37;
}
.AnyTagClassName
{
color: #3BAF37;
}
</style>
background-color css
<style>
a { background-color: #3BAF37; }
a { background-color: rgb(59,175,55); }
div.DivClassName
{
background-color: #3BAF37;
}
.BgClassName
{
background-color: #3BAF37;
}
</style>
border-color css
<style>
span { border-color: #3BAF37; }
span { border-color: rgb(59,175,55); }
td.TdClassName
{
border-color: #3BAF37;
}
.TagClassName
{
border-color: #3BAF37;
}
</style>