Shades of Lime Green #3BE437
Tints of Lime Green #3BE437
RGB
CMYK
RGB Variations
Color information
#3BE437 (or 0x3BE437) is known color: Lime Green. HEX triplet: 3B, E4 and 37. RGB value is (59,228,55). Sum of RGB (Red+Green+Blue) = 59+228+55=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 228 (89.45% from 255 or 66.67% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE437 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE437 is #C41BC8. Grayscale: #9E9E9E. Windows color (decimal): -12852169 or 3662907. OLE color: 3662907.
HSL color Cylindrical-coordinate representation of color #3BE437: hue angle of 118.61º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BE437 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 55 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.11 |
| HSL | 118.61º | 0.76% | 0.55% | - |
| HSV(B) | 118.61º | 0.76% | 0.89% | - |
| XYZ | 30.24 | 56.69 | 12.96 | - |
| YUV | 157.75 | 70.01 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 55 | 0.74 | 0 | 0.76 | 0.11 | 118.61 | 0.76 | 0.55 |
| Hex | 3B | E4 | 37 | 4A | 0 | 4C | B | 77 | 4C | 37 |
| Octal | 73 | 344 | 67 | 112 | 0 | 114 | 13 | 167 | 114 | 67 |
| Binary | 111011 | 11100100 | 110111 | 1001010 | 0 | 1001100 | 1011 | 1110111 | 1001100 | 110111 |
Color Harmonies of #3BE437
Complementary color
Monochromatic Colors of #3BE437
Black with #3BE437
Text Example
Text Example
White with #3BE437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE437; }
p { color: rgb(59,228,55); }
H1.HeaderClassName
{
color: #3BE437;
}
.AnyTagClassName
{
color: #3BE437;
}
</style>
background-color css
<style>
a { background-color: #3BE437; }
a { background-color: rgb(59,228,55); }
div.DivClassName
{
background-color: #3BE437;
}
.BgClassName
{
background-color: #3BE437;
}
</style>
border-color css
<style>
span { border-color: #3BE437; }
span { border-color: rgb(59,228,55); }
td.TdClassName
{
border-color: #3BE437;
}
.TagClassName
{
border-color: #3BE437;
}
</style>