Shades of Shamrock #2FEC8A
Tints of Shamrock #2FEC8A
RGB
CMYK
RGB Variations
Color information
#2FEC8A (or 0x2FEC8A) is known color: Shamrock. HEX triplet: 2F, EC and 8A. RGB value is (47,236,138). Sum of RGB (Red+Green+Blue) = 47+236+138=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEC8A is #D01375. Grayscale: #A8A8A8. Windows color (decimal): -13636470 or 9104431. OLE color: 9104431.
HSL color Cylindrical-coordinate representation of color #2FEC8A: hue angle of 148.89º 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 #2FEC8A is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 138 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.07 |
| HSL | 148.89º | 0.83% | 0.55% | - |
| HSV(B) | 148.89º | 0.8% | 0.93% | - |
| XYZ | 35.76 | 62.43 | 34.21 | - |
| YUV | 168.32 | 110.88 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 138 | 0.80 | 0 | 0.42 | 0.07 | 148.89 | 0.83 | 0.55 |
| Hex | 2F | EC | 8A | 50 | 0 | 2A | 7 | 95 | 53 | 37 |
| Octal | 57 | 354 | 212 | 120 | 0 | 52 | 7 | 225 | 123 | 67 |
| Binary | 101111 | 11101100 | 10001010 | 1010000 | 0 | 101010 | 111 | 10010101 | 1010011 | 110111 |
Color Harmonies of #2FEC8A
Complementary color
Monochromatic Colors of #2FEC8A
Black with #2FEC8A
Text Example
Text Example
White with #2FEC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC8A; }
p { color: rgb(47,236,138); }
H1.HeaderClassName
{
color: #2FEC8A;
}
.AnyTagClassName
{
color: #2FEC8A;
}
</style>
background-color css
<style>
a { background-color: #2FEC8A; }
a { background-color: rgb(47,236,138); }
div.DivClassName
{
background-color: #2FEC8A;
}
.BgClassName
{
background-color: #2FEC8A;
}
</style>
border-color css
<style>
span { border-color: #2FEC8A; }
span { border-color: rgb(47,236,138); }
td.TdClassName
{
border-color: #2FEC8A;
}
.TagClassName
{
border-color: #2FEC8A;
}
</style>