Shades of Lime Green #3BE155
Tints of Lime Green #3BE155
RGB
CMYK
RGB Variations
Color information
#3BE155 (or 0x3BE155) is known color: Lime Green. HEX triplet: 3B, E1 and 55. RGB value is (59,225,85). Sum of RGB (Red+Green+Blue) = 59+225+85=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 225 (88.28% from 255 or 60.98% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BE155 is #C41EAA. Grayscale: #9F9F9F. Windows color (decimal): -12852907 or 5628219. OLE color: 5628219.
HSL color Cylindrical-coordinate representation of color #3BE155: hue angle of 129.4º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE155 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 225 | 85 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.12 |
| HSL | 129.4º | 0.73% | 0.56% | - |
| HSV(B) | 129.4º | 0.74% | 0.88% | - |
| XYZ | 30.37 | 55.44 | 17.69 | - |
| YUV | 159.41 | 86 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 85 | 0.74 | 0 | 0.62 | 0.12 | 129.4 | 0.73 | 0.56 |
| Hex | 3B | E1 | 55 | 4A | 0 | 3E | C | 81 | 49 | 38 |
| Octal | 73 | 341 | 125 | 112 | 0 | 76 | 14 | 201 | 111 | 70 |
| Binary | 111011 | 11100001 | 1010101 | 1001010 | 0 | 111110 | 1100 | 10000001 | 1001001 | 111000 |
Color Harmonies of #3BE155
Complementary color
Monochromatic Colors of #3BE155
Black with #3BE155
Text Example
Text Example
White with #3BE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE155; }
p { color: rgb(59,225,85); }
H1.HeaderClassName
{
color: #3BE155;
}
.AnyTagClassName
{
color: #3BE155;
}
</style>
background-color css
<style>
a { background-color: #3BE155; }
a { background-color: rgb(59,225,85); }
div.DivClassName
{
background-color: #3BE155;
}
.BgClassName
{
background-color: #3BE155;
}
</style>
border-color css
<style>
span { border-color: #3BE155; }
span { border-color: rgb(59,225,85); }
td.TdClassName
{
border-color: #3BE155;
}
.TagClassName
{
border-color: #3BE155;
}
</style>