Shades of Lime Green #3BF137
Tints of Lime Green #3BF137
RGB
CMYK
RGB Variations
Color information
#3BF137 (or 0x3BF137) is known color: Lime Green. HEX triplet: 3B, F1 and 37. RGB value is (59,241,55). Sum of RGB (Red+Green+Blue) = 59+241+55=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF137 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF137 is #C40EC8. Grayscale: #A5A5A5. Windows color (decimal): -12848841 or 3666235. OLE color: 3666235.
HSL color Cylindrical-coordinate representation of color #3BF137: hue angle of 118.71º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BF137 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 55 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.05 |
| HSL | 118.71º | 0.87% | 0.58% | - |
| HSV(B) | 118.71º | 0.77% | 0.95% | - |
| XYZ | 33.95 | 64.12 | 14.2 | - |
| YUV | 165.38 | 65.7 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 55 | 0.76 | 0 | 0.77 | 0.05 | 118.71 | 0.87 | 0.58 |
| Hex | 3B | F1 | 37 | 4C | 0 | 4D | 5 | 77 | 57 | 3A |
| Octal | 73 | 361 | 67 | 114 | 0 | 115 | 5 | 167 | 127 | 72 |
| Binary | 111011 | 11110001 | 110111 | 1001100 | 0 | 1001101 | 101 | 1110111 | 1010111 | 111010 |
Color Harmonies of #3BF137
Complementary color
Monochromatic Colors of #3BF137
Black with #3BF137
Text Example
Text Example
White with #3BF137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF137; }
p { color: rgb(59,241,55); }
H1.HeaderClassName
{
color: #3BF137;
}
.AnyTagClassName
{
color: #3BF137;
}
</style>
background-color css
<style>
a { background-color: #3BF137; }
a { background-color: rgb(59,241,55); }
div.DivClassName
{
background-color: #3BF137;
}
.BgClassName
{
background-color: #3BF137;
}
</style>
border-color css
<style>
span { border-color: #3BF137; }
span { border-color: rgb(59,241,55); }
td.TdClassName
{
border-color: #3BF137;
}
.TagClassName
{
border-color: #3BF137;
}
</style>