Shades of Lime Green #3BEA37
Tints of Lime Green #3BEA37
RGB
CMYK
RGB Variations
Color information
#3BEA37 (or 0x3BEA37) is known color: Lime Green. HEX triplet: 3B, EA and 37. RGB value is (59,234,55). Sum of RGB (Red+Green+Blue) = 59+234+55=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 234 (91.80% from 255 or 67.24% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEA37 is #C415C8. Grayscale: #A1A1A1. Windows color (decimal): -12850633 or 3664443. OLE color: 3664443.
HSL color Cylindrical-coordinate representation of color #3BEA37: hue angle of 118.66º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BEA37 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 55 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.08 |
| HSL | 118.66º | 0.81% | 0.57% | - |
| HSV(B) | 118.66º | 0.76% | 0.92% | - |
| XYZ | 31.92 | 60.05 | 13.52 | - |
| YUV | 161.27 | 68.02 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 55 | 0.75 | 0 | 0.76 | 0.08 | 118.66 | 0.81 | 0.57 |
| Hex | 3B | EA | 37 | 4B | 0 | 4C | 8 | 77 | 51 | 39 |
| Octal | 73 | 352 | 67 | 113 | 0 | 114 | 10 | 167 | 121 | 71 |
| Binary | 111011 | 11101010 | 110111 | 1001011 | 0 | 1001100 | 1000 | 1110111 | 1010001 | 111001 |
Color Harmonies of #3BEA37
Complementary color
Monochromatic Colors of #3BEA37
Black with #3BEA37
Text Example
Text Example
White with #3BEA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEA37; }
p { color: rgb(59,234,55); }
H1.HeaderClassName
{
color: #3BEA37;
}
.AnyTagClassName
{
color: #3BEA37;
}
</style>
background-color css
<style>
a { background-color: #3BEA37; }
a { background-color: rgb(59,234,55); }
div.DivClassName
{
background-color: #3BEA37;
}
.BgClassName
{
background-color: #3BEA37;
}
</style>
border-color css
<style>
span { border-color: #3BEA37; }
span { border-color: rgb(59,234,55); }
td.TdClassName
{
border-color: #3BEA37;
}
.TagClassName
{
border-color: #3BEA37;
}
</style>