Shades of Shamrock #3BE38D
Tints of Shamrock #3BE38D
RGB
CMYK
RGB Variations
Color information
#3BE38D (or 0x3BE38D) is known color: Shamrock. HEX triplet: 3B, E3 and 8D. RGB value is (59,227,141). Sum of RGB (Red+Green+Blue) = 59+227+141=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 227 (89.06% from 255 or 53.16% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE38D is #C41C72. Grayscale: #A7A7A7. Windows color (decimal): -12852339 or 9298747. OLE color: 9298747.
HSL color Cylindrical-coordinate representation of color #3BE38D: hue angle of 149.29º 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 #3BE38D is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 141 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.11 |
| HSL | 149.29º | 0.75% | 0.56% | - |
| HSV(B) | 149.29º | 0.74% | 0.89% | - |
| XYZ | 34.08 | 57.79 | 34.56 | - |
| YUV | 166.96 | 113.34 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 141 | 0.74 | 0 | 0.38 | 0.11 | 149.29 | 0.75 | 0.56 |
| Hex | 3B | E3 | 8D | 4A | 0 | 26 | B | 95 | 4B | 38 |
| Octal | 73 | 343 | 215 | 112 | 0 | 46 | 13 | 225 | 113 | 70 |
| Binary | 111011 | 11100011 | 10001101 | 1001010 | 0 | 100110 | 1011 | 10010101 | 1001011 | 111000 |
Color Harmonies of #3BE38D
Complementary color
Monochromatic Colors of #3BE38D
Black with #3BE38D
Text Example
Text Example
White with #3BE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE38D; }
p { color: rgb(59,227,141); }
H1.HeaderClassName
{
color: #3BE38D;
}
.AnyTagClassName
{
color: #3BE38D;
}
</style>
background-color css
<style>
a { background-color: #3BE38D; }
a { background-color: rgb(59,227,141); }
div.DivClassName
{
background-color: #3BE38D;
}
.BgClassName
{
background-color: #3BE38D;
}
</style>
border-color css
<style>
span { border-color: #3BE38D; }
span { border-color: rgb(59,227,141); }
td.TdClassName
{
border-color: #3BE38D;
}
.TagClassName
{
border-color: #3BE38D;
}
</style>