Shades of Lime Green #3BE758
Tints of Lime Green #3BE758
RGB
CMYK
RGB Variations
Color information
#3BE758 (or 0x3BE758) is known color: Lime Green. HEX triplet: 3B, E7 and 58. RGB value is (59,231,88). Sum of RGB (Red+Green+Blue) = 59+231+88=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 231 (90.62% from 255 or 61.11% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE758 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BE758 is #C418A7. Grayscale: #A3A3A3. Windows color (decimal): -12851368 or 5826363. OLE color: 5826363.
HSL color Cylindrical-coordinate representation of color #3BE758: hue angle of 130.12º 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 #3BE758 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 231 | 88 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.09 |
| HSL | 130.12º | 0.78% | 0.57% | - |
| HSV(B) | 130.12º | 0.74% | 0.91% | - |
| XYZ | 32.14 | 58.79 | 18.89 | - |
| YUV | 163.27 | 85.52 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 88 | 0.74 | 0 | 0.62 | 0.09 | 130.12 | 0.78 | 0.57 |
| Hex | 3B | E7 | 58 | 4A | 0 | 3E | 9 | 82 | 4E | 39 |
| Octal | 73 | 347 | 130 | 112 | 0 | 76 | 11 | 202 | 116 | 71 |
| Binary | 111011 | 11100111 | 1011000 | 1001010 | 0 | 111110 | 1001 | 10000010 | 1001110 | 111001 |
Color Harmonies of #3BE758
Complementary color
Monochromatic Colors of #3BE758
Black with #3BE758
Text Example
Text Example
White with #3BE758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE758; }
p { color: rgb(59,231,88); }
H1.HeaderClassName
{
color: #3BE758;
}
.AnyTagClassName
{
color: #3BE758;
}
</style>
background-color css
<style>
a { background-color: #3BE758; }
a { background-color: rgb(59,231,88); }
div.DivClassName
{
background-color: #3BE758;
}
.BgClassName
{
background-color: #3BE758;
}
</style>
border-color css
<style>
span { border-color: #3BE758; }
span { border-color: rgb(59,231,88); }
td.TdClassName
{
border-color: #3BE758;
}
.TagClassName
{
border-color: #3BE758;
}
</style>