Shades of Shamrock #2FEEAC
Tints of Shamrock #2FEEAC
RGB
CMYK
RGB Variations
Color information
#2FEEAC (or 0x2FEEAC) is known color: Shamrock. HEX triplet: 2F, EE and AC. RGB value is (47,238,172). Sum of RGB (Red+Green+Blue) = 47+238+172=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEEAC is #D01153. Grayscale: #ADADAD. Windows color (decimal): -13635924 or 11333167. OLE color: 11333167.
HSL color Cylindrical-coordinate representation of color #2FEEAC: hue angle of 159.27º 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 #2FEEAC is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 172 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.07 |
| HSL | 159.27º | 0.85% | 0.56% | - |
| HSV(B) | 159.27º | 0.8% | 0.93% | - |
| XYZ | 39.19 | 64.73 | 49.46 | - |
| YUV | 173.37 | 127.22 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 172 | 0.80 | 0 | 0.28 | 0.07 | 159.27 | 0.85 | 0.56 |
| Hex | 2F | EE | AC | 50 | 0 | 1C | 7 | 9F | 55 | 38 |
| Octal | 57 | 356 | 254 | 120 | 0 | 34 | 7 | 237 | 125 | 70 |
| Binary | 101111 | 11101110 | 10101100 | 1010000 | 0 | 11100 | 111 | 10011111 | 1010101 | 111000 |
Color Harmonies of #2FEEAC
Complementary color
Monochromatic Colors of #2FEEAC
Black with #2FEEAC
Text Example
Text Example
White with #2FEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEAC; }
p { color: rgb(47,238,172); }
H1.HeaderClassName
{
color: #2FEEAC;
}
.AnyTagClassName
{
color: #2FEEAC;
}
</style>
background-color css
<style>
a { background-color: #2FEEAC; }
a { background-color: rgb(47,238,172); }
div.DivClassName
{
background-color: #2FEEAC;
}
.BgClassName
{
background-color: #2FEEAC;
}
</style>
border-color css
<style>
span { border-color: #2FEEAC; }
span { border-color: rgb(47,238,172); }
td.TdClassName
{
border-color: #2FEEAC;
}
.TagClassName
{
border-color: #2FEEAC;
}
</style>