Shades of Shamrock #2FE99F
Tints of Shamrock #2FE99F
RGB
CMYK
RGB Variations
Color information
#2FE99F (or 0x2FE99F) is known color: Shamrock. HEX triplet: 2F, E9 and 9F. RGB value is (47,233,159). Sum of RGB (Red+Green+Blue) = 47+233+159=439 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.71% from 439); Green value is 233 (91.41% from 255 or 53.08% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE99F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE99F is #D01660. Grayscale: #A9A9A9. Windows color (decimal): -13637217 or 10479919. OLE color: 10479919.
HSL color Cylindrical-coordinate representation of color #2FE99F: hue angle of 156.13º degrees, saturation: 0.81, 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 #2FE99F is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 159 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.09 |
| HSL | 156.13º | 0.81% | 0.55% | - |
| HSV(B) | 156.13º | 0.8% | 0.91% | - |
| XYZ | 36.57 | 61.39 | 42.72 | - |
| YUV | 168.95 | 122.38 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 159 | 0.80 | 0 | 0.32 | 0.09 | 156.13 | 0.81 | 0.55 |
| Hex | 2F | E9 | 9F | 50 | 0 | 20 | 9 | 9C | 51 | 37 |
| Octal | 57 | 351 | 237 | 120 | 0 | 40 | 11 | 234 | 121 | 67 |
| Binary | 101111 | 11101001 | 10011111 | 1010000 | 0 | 100000 | 1001 | 10011100 | 1010001 | 110111 |
Color Harmonies of #2FE99F
Complementary color
Monochromatic Colors of #2FE99F
Black with #2FE99F
Text Example
Text Example
White with #2FE99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE99F; }
p { color: rgb(47,233,159); }
H1.HeaderClassName
{
color: #2FE99F;
}
.AnyTagClassName
{
color: #2FE99F;
}
</style>
background-color css
<style>
a { background-color: #2FE99F; }
a { background-color: rgb(47,233,159); }
div.DivClassName
{
background-color: #2FE99F;
}
.BgClassName
{
background-color: #2FE99F;
}
</style>
border-color css
<style>
span { border-color: #2FE99F; }
span { border-color: rgb(47,233,159); }
td.TdClassName
{
border-color: #2FE99F;
}
.TagClassName
{
border-color: #2FE99F;
}
</style>