Shades of Shamrock #2FE89E
Tints of Shamrock #2FE89E
RGB
CMYK
RGB Variations
Color information
#2FE89E (or 0x2FE89E) is known color: Shamrock. HEX triplet: 2F, E8 and 9E. RGB value is (47,232,158). Sum of RGB (Red+Green+Blue) = 47+232+158=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 232 (91.02% from 255 or 53.09% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE89E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE89E is #D01761. Grayscale: #A8A8A8. Windows color (decimal): -13637474 or 10414127. OLE color: 10414127.
HSL color Cylindrical-coordinate representation of color #2FE89E: hue angle of 156º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE89E is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 158 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.09 |
| HSL | 156º | 0.8% | 0.55% | - |
| HSV(B) | 156º | 0.8% | 0.91% | - |
| XYZ | 36.2 | 60.79 | 42.17 | - |
| YUV | 168.25 | 122.21 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 158 | 0.80 | 0 | 0.32 | 0.09 | 156 | 0.8 | 0.55 |
| Hex | 2F | E8 | 9E | 50 | 0 | 20 | 9 | 9C | 50 | 37 |
| Octal | 57 | 350 | 236 | 120 | 0 | 40 | 11 | 234 | 120 | 67 |
| Binary | 101111 | 11101000 | 10011110 | 1010000 | 0 | 100000 | 1001 | 10011100 | 1010000 | 110111 |
Color Harmonies of #2FE89E
Complementary color
Monochromatic Colors of #2FE89E
Black with #2FE89E
Text Example
Text Example
White with #2FE89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE89E; }
p { color: rgb(47,232,158); }
H1.HeaderClassName
{
color: #2FE89E;
}
.AnyTagClassName
{
color: #2FE89E;
}
</style>
background-color css
<style>
a { background-color: #2FE89E; }
a { background-color: rgb(47,232,158); }
div.DivClassName
{
background-color: #2FE89E;
}
.BgClassName
{
background-color: #2FE89E;
}
</style>
border-color css
<style>
span { border-color: #2FE89E; }
span { border-color: rgb(47,232,158); }
td.TdClassName
{
border-color: #2FE89E;
}
.TagClassName
{
border-color: #2FE89E;
}
</style>