Shades of Shamrock #2FEBAB
Tints of Shamrock #2FEBAB
RGB
CMYK
RGB Variations
Color information
#2FEBAB (or 0x2FEBAB) is known color: Shamrock. HEX triplet: 2F, EB and AB. RGB value is (47,235,171). Sum of RGB (Red+Green+Blue) = 47+235+171=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEBAB is #D01454. Grayscale: #ABABAB. Windows color (decimal): -13636693 or 11266863. OLE color: 11266863.
HSL color Cylindrical-coordinate representation of color #2FEBAB: hue angle of 159.57º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBAB is Cyan = 0.8, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 171 | - |
| CMYK | 0.8 | 0 | 0.27 | 0.08 |
| HSL | 159.57º | 0.82% | 0.55% | - |
| HSV(B) | 159.57º | 0.8% | 0.92% | - |
| XYZ | 38.23 | 62.96 | 48.67 | - |
| YUV | 171.49 | 127.72 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 171 | 0.8 | 0 | 0.27 | 0.08 | 159.57 | 0.82 | 0.55 |
| Hex | 2F | EB | AB | 50 | 0 | 1B | 8 | A0 | 52 | 37 |
| Octal | 57 | 353 | 253 | 120 | 0 | 33 | 10 | 240 | 122 | 67 |
| Binary | 101111 | 11101011 | 10101011 | 1010000 | 0 | 11011 | 1000 | 10100000 | 1010010 | 110111 |
Color Harmonies of #2FEBAB
Complementary color
Monochromatic Colors of #2FEBAB
Black with #2FEBAB
Text Example
Text Example
White with #2FEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBAB; }
p { color: rgb(47,235,171); }
H1.HeaderClassName
{
color: #2FEBAB;
}
.AnyTagClassName
{
color: #2FEBAB;
}
</style>
background-color css
<style>
a { background-color: #2FEBAB; }
a { background-color: rgb(47,235,171); }
div.DivClassName
{
background-color: #2FEBAB;
}
.BgClassName
{
background-color: #2FEBAB;
}
</style>
border-color css
<style>
span { border-color: #2FEBAB; }
span { border-color: rgb(47,235,171); }
td.TdClassName
{
border-color: #2FEBAB;
}
.TagClassName
{
border-color: #2FEBAB;
}
</style>