Shades of Shamrock #2FEEAB
Tints of Shamrock #2FEEAB
RGB
CMYK
RGB Variations
Color information
#2FEEAB (or 0x2FEEAB) is known color: Shamrock. HEX triplet: 2F, EE and AB. RGB value is (47,238,171). Sum of RGB (Red+Green+Blue) = 47+238+171=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEEAB is #D01154. Grayscale: #ADADAD. Windows color (decimal): -13635925 or 11267631. OLE color: 11267631.
HSL color Cylindrical-coordinate representation of color #2FEEAB: hue angle of 158.95º 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 #2FEEAB is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 171 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.07 |
| HSL | 158.95º | 0.85% | 0.56% | - |
| HSV(B) | 158.95º | 0.8% | 0.93% | - |
| XYZ | 39.1 | 64.69 | 48.95 | - |
| YUV | 173.25 | 126.72 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 171 | 0.80 | 0 | 0.28 | 0.07 | 158.95 | 0.85 | 0.56 |
| Hex | 2F | EE | AB | 50 | 0 | 1C | 7 | 9F | 55 | 38 |
| Octal | 57 | 356 | 253 | 120 | 0 | 34 | 7 | 237 | 125 | 70 |
| Binary | 101111 | 11101110 | 10101011 | 1010000 | 0 | 11100 | 111 | 10011111 | 1010101 | 111000 |
Color Harmonies of #2FEEAB
Complementary color
Monochromatic Colors of #2FEEAB
Black with #2FEEAB
Text Example
Text Example
White with #2FEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEAB; }
p { color: rgb(47,238,171); }
H1.HeaderClassName
{
color: #2FEEAB;
}
.AnyTagClassName
{
color: #2FEEAB;
}
</style>
background-color css
<style>
a { background-color: #2FEEAB; }
a { background-color: rgb(47,238,171); }
div.DivClassName
{
background-color: #2FEEAB;
}
.BgClassName
{
background-color: #2FEEAB;
}
</style>
border-color css
<style>
span { border-color: #2FEEAB; }
span { border-color: rgb(47,238,171); }
td.TdClassName
{
border-color: #2FEEAB;
}
.TagClassName
{
border-color: #2FEEAB;
}
</style>