Shades of Shamrock #2FEC91
Tints of Shamrock #2FEC91
RGB
CMYK
RGB Variations
Color information
#2FEC91 (or 0x2FEC91) is known color: Shamrock. HEX triplet: 2F, EC and 91. RGB value is (47,236,145). Sum of RGB (Red+Green+Blue) = 47+236+145=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 236 (92.58% from 255 or 55.14% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEC91 is #D0136E. Grayscale: #A9A9A9. Windows color (decimal): -13636463 or 9563183. OLE color: 9563183.
HSL color Cylindrical-coordinate representation of color #2FEC91: hue angle of 151.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEC91 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 145 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.07 |
| HSL | 151.11º | 0.83% | 0.55% | - |
| HSV(B) | 151.11º | 0.8% | 0.93% | - |
| XYZ | 36.28 | 62.64 | 36.97 | - |
| YUV | 169.12 | 114.38 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 145 | 0.80 | 0 | 0.39 | 0.07 | 151.11 | 0.83 | 0.55 |
| Hex | 2F | EC | 91 | 50 | 0 | 27 | 7 | 97 | 53 | 37 |
| Octal | 57 | 354 | 221 | 120 | 0 | 47 | 7 | 227 | 123 | 67 |
| Binary | 101111 | 11101100 | 10010001 | 1010000 | 0 | 100111 | 111 | 10010111 | 1010011 | 110111 |
Color Harmonies of #2FEC91
Complementary color
Monochromatic Colors of #2FEC91
Black with #2FEC91
Text Example
Text Example
White with #2FEC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC91; }
p { color: rgb(47,236,145); }
H1.HeaderClassName
{
color: #2FEC91;
}
.AnyTagClassName
{
color: #2FEC91;
}
</style>
background-color css
<style>
a { background-color: #2FEC91; }
a { background-color: rgb(47,236,145); }
div.DivClassName
{
background-color: #2FEC91;
}
.BgClassName
{
background-color: #2FEC91;
}
</style>
border-color css
<style>
span { border-color: #2FEC91; }
span { border-color: rgb(47,236,145); }
td.TdClassName
{
border-color: #2FEC91;
}
.TagClassName
{
border-color: #2FEC91;
}
</style>