Shades of Lime Green #3BE759
Tints of Lime Green #3BE759
RGB
CMYK
RGB Variations
Color information
#3BE759 (or 0x3BE759) is known color: Lime Green. HEX triplet: 3B, E7 and 59. RGB value is (59,231,89). Sum of RGB (Red+Green+Blue) = 59+231+89=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 231 (90.62% from 255 or 60.95% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE759 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BE759 is #C418A6. Grayscale: #A3A3A3. Windows color (decimal): -12851367 or 5891899. OLE color: 5891899.
HSL color Cylindrical-coordinate representation of color #3BE759: hue angle of 130.47º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE759 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 231 | 89 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.09 |
| HSL | 130.47º | 0.78% | 0.57% | - |
| HSV(B) | 130.47º | 0.74% | 0.91% | - |
| XYZ | 32.18 | 58.8 | 19.11 | - |
| YUV | 163.38 | 86.02 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 89 | 0.74 | 0 | 0.61 | 0.09 | 130.47 | 0.78 | 0.57 |
| Hex | 3B | E7 | 59 | 4A | 0 | 3D | 9 | 82 | 4E | 39 |
| Octal | 73 | 347 | 131 | 112 | 0 | 75 | 11 | 202 | 116 | 71 |
| Binary | 111011 | 11100111 | 1011001 | 1001010 | 0 | 111101 | 1001 | 10000010 | 1001110 | 111001 |
Color Harmonies of #3BE759
Complementary color
Monochromatic Colors of #3BE759
Black with #3BE759
Text Example
Text Example
White with #3BE759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE759; }
p { color: rgb(59,231,89); }
H1.HeaderClassName
{
color: #3BE759;
}
.AnyTagClassName
{
color: #3BE759;
}
</style>
background-color css
<style>
a { background-color: #3BE759; }
a { background-color: rgb(59,231,89); }
div.DivClassName
{
background-color: #3BE759;
}
.BgClassName
{
background-color: #3BE759;
}
</style>
border-color css
<style>
span { border-color: #3BE759; }
span { border-color: rgb(59,231,89); }
td.TdClassName
{
border-color: #3BE759;
}
.TagClassName
{
border-color: #3BE759;
}
</style>