Shades of Shamrock #3BE58B
Tints of Shamrock #3BE58B
RGB
CMYK
RGB Variations
Color information
#3BE58B (or 0x3BE58B) is known color: Shamrock. HEX triplet: 3B, E5 and 8B. RGB value is (59,229,139). Sum of RGB (Red+Green+Blue) = 59+229+139=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 229 (89.84% from 255 or 53.63% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE58B is #C41A74. Grayscale: #A8A8A8. Windows color (decimal): -12851829 or 9168187. OLE color: 9168187.
HSL color Cylindrical-coordinate representation of color #3BE58B: hue angle of 148.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 #3BE58B is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 139 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.10 |
| HSL | 148.24º | 0.77% | 0.56% | - |
| HSV(B) | 148.24º | 0.74% | 0.9% | - |
| XYZ | 34.48 | 58.83 | 33.96 | - |
| YUV | 167.91 | 111.68 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 139 | 0.74 | 0 | 0.39 | 0.10 | 148.24 | 0.77 | 0.56 |
| Hex | 3B | E5 | 8B | 4A | 0 | 27 | A | 94 | 4D | 38 |
| Octal | 73 | 345 | 213 | 112 | 0 | 47 | 12 | 224 | 115 | 70 |
| Binary | 111011 | 11100101 | 10001011 | 1001010 | 0 | 100111 | 1010 | 10010100 | 1001101 | 111000 |
Color Harmonies of #3BE58B
Complementary color
Monochromatic Colors of #3BE58B
Black with #3BE58B
Text Example
Text Example
White with #3BE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE58B; }
p { color: rgb(59,229,139); }
H1.HeaderClassName
{
color: #3BE58B;
}
.AnyTagClassName
{
color: #3BE58B;
}
</style>
background-color css
<style>
a { background-color: #3BE58B; }
a { background-color: rgb(59,229,139); }
div.DivClassName
{
background-color: #3BE58B;
}
.BgClassName
{
background-color: #3BE58B;
}
</style>
border-color css
<style>
span { border-color: #3BE58B; }
span { border-color: rgb(59,229,139); }
td.TdClassName
{
border-color: #3BE58B;
}
.TagClassName
{
border-color: #3BE58B;
}
</style>