Shades of Shamrock #2FE186
Tints of Shamrock #2FE186
RGB
CMYK
RGB Variations
Color information
#2FE186 (or 0x2FE186) is known color: Shamrock. HEX triplet: 2F, E1 and 86. RGB value is (47,225,134). Sum of RGB (Red+Green+Blue) = 47+225+134=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE186 is #D01E79. Grayscale: #A1A1A1. Windows color (decimal): -13639290 or 8839471. OLE color: 8839471.
HSL color Cylindrical-coordinate representation of color #2FE186: hue angle of 149.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE186 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 134 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.12 |
| HSL | 149.33º | 0.75% | 0.53% | - |
| HSV(B) | 149.33º | 0.79% | 0.88% | - |
| XYZ | 32.4 | 56.18 | 31.69 | - |
| YUV | 161.4 | 112.53 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 134 | 0.79 | 0 | 0.40 | 0.12 | 149.33 | 0.75 | 0.53 |
| Hex | 2F | E1 | 86 | 4F | 0 | 28 | C | 95 | 4B | 35 |
| Octal | 57 | 341 | 206 | 117 | 0 | 50 | 14 | 225 | 113 | 65 |
| Binary | 101111 | 11100001 | 10000110 | 1001111 | 0 | 101000 | 1100 | 10010101 | 1001011 | 110101 |
Color Harmonies of #2FE186
Complementary color
Monochromatic Colors of #2FE186
Black with #2FE186
Text Example
Text Example
White with #2FE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE186; }
p { color: rgb(47,225,134); }
H1.HeaderClassName
{
color: #2FE186;
}
.AnyTagClassName
{
color: #2FE186;
}
</style>
background-color css
<style>
a { background-color: #2FE186; }
a { background-color: rgb(47,225,134); }
div.DivClassName
{
background-color: #2FE186;
}
.BgClassName
{
background-color: #2FE186;
}
</style>
border-color css
<style>
span { border-color: #2FE186; }
span { border-color: rgb(47,225,134); }
td.TdClassName
{
border-color: #2FE186;
}
.TagClassName
{
border-color: #2FE186;
}
</style>