Shades of Shamrock #2FEEA0
Tints of Shamrock #2FEEA0
RGB
CMYK
RGB Variations
Color information
#2FEEA0 (or 0x2FEEA0) is known color: Shamrock. HEX triplet: 2F, EE and A0. RGB value is (47,238,160). Sum of RGB (Red+Green+Blue) = 47+238+160=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEEA0 is #D0115F. Grayscale: #ACACAC. Windows color (decimal): -13635936 or 10546735. OLE color: 10546735.
HSL color Cylindrical-coordinate representation of color #2FEEA0: hue angle of 155.5º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEEA0 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 160 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.07 |
| HSL | 155.5º | 0.85% | 0.56% | - |
| HSV(B) | 155.5º | 0.8% | 0.93% | - |
| XYZ | 38.09 | 64.29 | 43.66 | - |
| YUV | 172 | 121.22 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 160 | 0.80 | 0 | 0.33 | 0.07 | 155.5 | 0.85 | 0.56 |
| Hex | 2F | EE | A0 | 50 | 0 | 21 | 7 | 9B | 55 | 38 |
| Octal | 57 | 356 | 240 | 120 | 0 | 41 | 7 | 233 | 125 | 70 |
| Binary | 101111 | 11101110 | 10100000 | 1010000 | 0 | 100001 | 111 | 10011011 | 1010101 | 111000 |
Color Harmonies of #2FEEA0
Complementary color
Monochromatic Colors of #2FEEA0
Black with #2FEEA0
Text Example
Text Example
White with #2FEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEA0; }
p { color: rgb(47,238,160); }
H1.HeaderClassName
{
color: #2FEEA0;
}
.AnyTagClassName
{
color: #2FEEA0;
}
</style>
background-color css
<style>
a { background-color: #2FEEA0; }
a { background-color: rgb(47,238,160); }
div.DivClassName
{
background-color: #2FEEA0;
}
.BgClassName
{
background-color: #2FEEA0;
}
</style>
border-color css
<style>
span { border-color: #2FEEA0; }
span { border-color: rgb(47,238,160); }
td.TdClassName
{
border-color: #2FEEA0;
}
.TagClassName
{
border-color: #2FEEA0;
}
</style>