Shades of Lime Green #3BE558
Tints of Lime Green #3BE558
RGB
CMYK
RGB Variations
Color information
#3BE558 (or 0x3BE558) is known color: Lime Green. HEX triplet: 3B, E5 and 58. RGB value is (59,229,88). Sum of RGB (Red+Green+Blue) = 59+229+88=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 229 (89.84% from 255 or 60.90% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BE558 is #C41AA7. Grayscale: #A2A2A2. Windows color (decimal): -12851880 or 5825851. OLE color: 5825851.
HSL color Cylindrical-coordinate representation of color #3BE558: hue angle of 130.24º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE558 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 88 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.10 |
| HSL | 130.24º | 0.77% | 0.56% | - |
| HSV(B) | 130.24º | 0.74% | 0.9% | - |
| XYZ | 31.58 | 57.67 | 18.7 | - |
| YUV | 162.1 | 86.18 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 88 | 0.74 | 0 | 0.62 | 0.10 | 130.24 | 0.77 | 0.56 |
| Hex | 3B | E5 | 58 | 4A | 0 | 3E | A | 82 | 4D | 38 |
| Octal | 73 | 345 | 130 | 112 | 0 | 76 | 12 | 202 | 115 | 70 |
| Binary | 111011 | 11100101 | 1011000 | 1001010 | 0 | 111110 | 1010 | 10000010 | 1001101 | 111000 |
Color Harmonies of #3BE558
Complementary color
Monochromatic Colors of #3BE558
Black with #3BE558
Text Example
Text Example
White with #3BE558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE558; }
p { color: rgb(59,229,88); }
H1.HeaderClassName
{
color: #3BE558;
}
.AnyTagClassName
{
color: #3BE558;
}
</style>
background-color css
<style>
a { background-color: #3BE558; }
a { background-color: rgb(59,229,88); }
div.DivClassName
{
background-color: #3BE558;
}
.BgClassName
{
background-color: #3BE558;
}
</style>
border-color css
<style>
span { border-color: #3BE558; }
span { border-color: rgb(59,229,88); }
td.TdClassName
{
border-color: #3BE558;
}
.TagClassName
{
border-color: #3BE558;
}
</style>