Shades of Shamrock #2FEEA8
Tints of Shamrock #2FEEA8
RGB
CMYK
RGB Variations
Color information
#2FEEA8 (or 0x2FEEA8) is known color: Shamrock. HEX triplet: 2F, EE and A8. RGB value is (47,238,168). Sum of RGB (Red+Green+Blue) = 47+238+168=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEEA8 is #D01157. Grayscale: #ACACAC. Windows color (decimal): -13635928 or 11071023. OLE color: 11071023.
HSL color Cylindrical-coordinate representation of color #2FEEA8: hue angle of 158.01º 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 #2FEEA8 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 168 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.07 |
| HSL | 158.01º | 0.85% | 0.56% | - |
| HSV(B) | 158.01º | 0.8% | 0.93% | - |
| XYZ | 38.81 | 64.58 | 47.47 | - |
| YUV | 172.91 | 125.22 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 168 | 0.80 | 0 | 0.29 | 0.07 | 158.01 | 0.85 | 0.56 |
| Hex | 2F | EE | A8 | 50 | 0 | 1D | 7 | 9E | 55 | 38 |
| Octal | 57 | 356 | 250 | 120 | 0 | 35 | 7 | 236 | 125 | 70 |
| Binary | 101111 | 11101110 | 10101000 | 1010000 | 0 | 11101 | 111 | 10011110 | 1010101 | 111000 |
Color Harmonies of #2FEEA8
Complementary color
Monochromatic Colors of #2FEEA8
Black with #2FEEA8
Text Example
Text Example
White with #2FEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEA8; }
p { color: rgb(47,238,168); }
H1.HeaderClassName
{
color: #2FEEA8;
}
.AnyTagClassName
{
color: #2FEEA8;
}
</style>
background-color css
<style>
a { background-color: #2FEEA8; }
a { background-color: rgb(47,238,168); }
div.DivClassName
{
background-color: #2FEEA8;
}
.BgClassName
{
background-color: #2FEEA8;
}
</style>
border-color css
<style>
span { border-color: #2FEEA8; }
span { border-color: rgb(47,238,168); }
td.TdClassName
{
border-color: #2FEEA8;
}
.TagClassName
{
border-color: #2FEEA8;
}
</style>