Shades of Shamrock #2FE088
Tints of Shamrock #2FE088
RGB
CMYK
RGB Variations
Color information
#2FE088 (or 0x2FE088) is known color: Shamrock. HEX triplet: 2F, E0 and 88. RGB value is (47,224,136). Sum of RGB (Red+Green+Blue) = 47+224+136=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE088 is #D01F77. Grayscale: #A1A1A1. Windows color (decimal): -13639544 or 8970287. OLE color: 8970287.
HSL color Cylindrical-coordinate representation of color #2FE088: hue angle of 150.17º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE088 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 136 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.12 |
| HSL | 150.17º | 0.74% | 0.53% | - |
| HSV(B) | 150.17º | 0.79% | 0.88% | - |
| XYZ | 32.27 | 55.69 | 32.34 | - |
| YUV | 161.05 | 113.86 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 136 | 0.79 | 0 | 0.39 | 0.12 | 150.17 | 0.74 | 0.53 |
| Hex | 2F | E0 | 88 | 4F | 0 | 27 | C | 96 | 4A | 35 |
| Octal | 57 | 340 | 210 | 117 | 0 | 47 | 14 | 226 | 112 | 65 |
| Binary | 101111 | 11100000 | 10001000 | 1001111 | 0 | 100111 | 1100 | 10010110 | 1001010 | 110101 |
Color Harmonies of #2FE088
Complementary color
Monochromatic Colors of #2FE088
Black with #2FE088
Text Example
Text Example
White with #2FE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE088; }
p { color: rgb(47,224,136); }
H1.HeaderClassName
{
color: #2FE088;
}
.AnyTagClassName
{
color: #2FE088;
}
</style>
background-color css
<style>
a { background-color: #2FE088; }
a { background-color: rgb(47,224,136); }
div.DivClassName
{
background-color: #2FE088;
}
.BgClassName
{
background-color: #2FE088;
}
</style>
border-color css
<style>
span { border-color: #2FE088; }
span { border-color: rgb(47,224,136); }
td.TdClassName
{
border-color: #2FE088;
}
.TagClassName
{
border-color: #2FE088;
}
</style>