Shades of Shamrock #2FEEAD
Tints of Shamrock #2FEEAD
RGB
CMYK
RGB Variations
Color information
#2FEEAD (or 0x2FEEAD) is known color: Shamrock. HEX triplet: 2F, EE and AD. RGB value is (47,238,173). Sum of RGB (Red+Green+Blue) = 47+238+173=458 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.26% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEEAD is #D01152. Grayscale: #ADADAD. Windows color (decimal): -13635923 or 11398703. OLE color: 11398703.
HSL color Cylindrical-coordinate representation of color #2FEEAD: hue angle of 159.58º 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 #2FEEAD is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 173 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.07 |
| HSL | 159.58º | 0.85% | 0.56% | - |
| HSV(B) | 159.58º | 0.8% | 0.93% | - |
| XYZ | 39.29 | 64.77 | 49.97 | - |
| YUV | 173.48 | 127.72 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 173 | 0.80 | 0 | 0.27 | 0.07 | 159.58 | 0.85 | 0.56 |
| Hex | 2F | EE | AD | 50 | 0 | 1B | 7 | A0 | 55 | 38 |
| Octal | 57 | 356 | 255 | 120 | 0 | 33 | 7 | 240 | 125 | 70 |
| Binary | 101111 | 11101110 | 10101101 | 1010000 | 0 | 11011 | 111 | 10100000 | 1010101 | 111000 |
Color Harmonies of #2FEEAD
Complementary color
Monochromatic Colors of #2FEEAD
Black with #2FEEAD
Text Example
Text Example
White with #2FEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEAD; }
p { color: rgb(47,238,173); }
H1.HeaderClassName
{
color: #2FEEAD;
}
.AnyTagClassName
{
color: #2FEEAD;
}
</style>
background-color css
<style>
a { background-color: #2FEEAD; }
a { background-color: rgb(47,238,173); }
div.DivClassName
{
background-color: #2FEEAD;
}
.BgClassName
{
background-color: #2FEEAD;
}
</style>
border-color css
<style>
span { border-color: #2FEEAD; }
span { border-color: rgb(47,238,173); }
td.TdClassName
{
border-color: #2FEEAD;
}
.TagClassName
{
border-color: #2FEEAD;
}
</style>