Shades of Lime Green #3BE93A
Tints of Lime Green #3BE93A
RGB
CMYK
RGB Variations
Color information
#3BE93A (or 0x3BE93A) is known color: Lime Green. HEX triplet: 3B, E9 and 3A. RGB value is (59,233,58). Sum of RGB (Red+Green+Blue) = 59+233+58=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 233 (91.41% from 255 or 66.57% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE93A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BE93A is #C416C5. Grayscale: #A1A1A1. Windows color (decimal): -12850886 or 3860795. OLE color: 3860795.
HSL color Cylindrical-coordinate representation of color #3BE93A: hue angle of 119.66º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE93A is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 233 | 58 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.09 |
| HSL | 119.66º | 0.8% | 0.57% | - |
| HSV(B) | 119.66º | 0.75% | 0.91% | - |
| XYZ | 31.71 | 59.51 | 13.82 | - |
| YUV | 161.02 | 69.85 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 233 | 58 | 0.75 | 0 | 0.75 | 0.09 | 119.66 | 0.8 | 0.57 |
| Hex | 3B | E9 | 3A | 4B | 0 | 4B | 9 | 78 | 50 | 39 |
| Octal | 73 | 351 | 72 | 113 | 0 | 113 | 11 | 170 | 120 | 71 |
| Binary | 111011 | 11101001 | 111010 | 1001011 | 0 | 1001011 | 1001 | 1111000 | 1010000 | 111001 |
Color Harmonies of #3BE93A
Complementary color
Monochromatic Colors of #3BE93A
Black with #3BE93A
Text Example
Text Example
White with #3BE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE93A; }
p { color: rgb(59,233,58); }
H1.HeaderClassName
{
color: #3BE93A;
}
.AnyTagClassName
{
color: #3BE93A;
}
</style>
background-color css
<style>
a { background-color: #3BE93A; }
a { background-color: rgb(59,233,58); }
div.DivClassName
{
background-color: #3BE93A;
}
.BgClassName
{
background-color: #3BE93A;
}
</style>
border-color css
<style>
span { border-color: #3BE93A; }
span { border-color: rgb(59,233,58); }
td.TdClassName
{
border-color: #3BE93A;
}
.TagClassName
{
border-color: #3BE93A;
}
</style>