Shades of Shamrock #3BE38B
Tints of Shamrock #3BE38B
RGB
CMYK
RGB Variations
Color information
#3BE38B (or 0x3BE38B) is known color: Shamrock. HEX triplet: 3B, E3 and 8B. RGB value is (59,227,139). Sum of RGB (Red+Green+Blue) = 59+227+139=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 227 (89.06% from 255 or 53.41% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE38B is #C41C74. Grayscale: #A6A6A6. Windows color (decimal): -12852341 or 9167675. OLE color: 9167675.
HSL color Cylindrical-coordinate representation of color #3BE38B: hue angle of 148.57º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE38B is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 139 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.11 |
| HSL | 148.57º | 0.75% | 0.56% | - |
| HSV(B) | 148.57º | 0.74% | 0.89% | - |
| XYZ | 33.93 | 57.73 | 33.78 | - |
| YUV | 166.74 | 112.34 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 139 | 0.74 | 0 | 0.39 | 0.11 | 148.57 | 0.75 | 0.56 |
| Hex | 3B | E3 | 8B | 4A | 0 | 27 | B | 95 | 4B | 38 |
| Octal | 73 | 343 | 213 | 112 | 0 | 47 | 13 | 225 | 113 | 70 |
| Binary | 111011 | 11100011 | 10001011 | 1001010 | 0 | 100111 | 1011 | 10010101 | 1001011 | 111000 |
Color Harmonies of #3BE38B
Complementary color
Monochromatic Colors of #3BE38B
Black with #3BE38B
Text Example
Text Example
White with #3BE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE38B; }
p { color: rgb(59,227,139); }
H1.HeaderClassName
{
color: #3BE38B;
}
.AnyTagClassName
{
color: #3BE38B;
}
</style>
background-color css
<style>
a { background-color: #3BE38B; }
a { background-color: rgb(59,227,139); }
div.DivClassName
{
background-color: #3BE38B;
}
.BgClassName
{
background-color: #3BE38B;
}
</style>
border-color css
<style>
span { border-color: #3BE38B; }
span { border-color: rgb(59,227,139); }
td.TdClassName
{
border-color: #3BE38B;
}
.TagClassName
{
border-color: #3BE38B;
}
</style>