Shades of Shamrock #2FEC9C
Tints of Shamrock #2FEC9C
RGB
CMYK
RGB Variations
Color information
#2FEC9C (or 0x2FEC9C) is known color: Shamrock. HEX triplet: 2F, EC and 9C. RGB value is (47,236,156). Sum of RGB (Red+Green+Blue) = 47+236+156=439 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.71% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEC9C is #D01363. Grayscale: #AAAAAA. Windows color (decimal): -13636452 or 10284079. OLE color: 10284079.
HSL color Cylindrical-coordinate representation of color #2FEC9C: hue angle of 154.6º 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 #2FEC9C is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 156 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.07 |
| HSL | 154.6º | 0.83% | 0.55% | - |
| HSV(B) | 154.6º | 0.8% | 0.93% | - |
| XYZ | 37.17 | 63 | 41.65 | - |
| YUV | 170.37 | 119.88 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 156 | 0.80 | 0 | 0.34 | 0.07 | 154.6 | 0.83 | 0.55 |
| Hex | 2F | EC | 9C | 50 | 0 | 22 | 7 | 9B | 53 | 37 |
| Octal | 57 | 354 | 234 | 120 | 0 | 42 | 7 | 233 | 123 | 67 |
| Binary | 101111 | 11101100 | 10011100 | 1010000 | 0 | 100010 | 111 | 10011011 | 1010011 | 110111 |
Color Harmonies of #2FEC9C
Complementary color
Monochromatic Colors of #2FEC9C
Black with #2FEC9C
Text Example
Text Example
White with #2FEC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC9C; }
p { color: rgb(47,236,156); }
H1.HeaderClassName
{
color: #2FEC9C;
}
.AnyTagClassName
{
color: #2FEC9C;
}
</style>
background-color css
<style>
a { background-color: #2FEC9C; }
a { background-color: rgb(47,236,156); }
div.DivClassName
{
background-color: #2FEC9C;
}
.BgClassName
{
background-color: #2FEC9C;
}
</style>
border-color css
<style>
span { border-color: #2FEC9C; }
span { border-color: rgb(47,236,156); }
td.TdClassName
{
border-color: #2FEC9C;
}
.TagClassName
{
border-color: #2FEC9C;
}
</style>