Shades of Shamrock #2FE59F
Tints of Shamrock #2FE59F
RGB
CMYK
RGB Variations
Color information
#2FE59F (or 0x2FE59F) is known color: Shamrock. HEX triplet: 2F, E5 and 9F. RGB value is (47,229,159). Sum of RGB (Red+Green+Blue) = 47+229+159=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE59F is #D01A60. Grayscale: #A6A6A6. Windows color (decimal): -13638241 or 10478895. OLE color: 10478895.
HSL color Cylindrical-coordinate representation of color #2FE59F: hue angle of 156.92º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE59F is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 159 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.10 |
| HSL | 156.92º | 0.78% | 0.54% | - |
| HSV(B) | 156.92º | 0.79% | 0.9% | - |
| XYZ | 35.45 | 59.15 | 42.35 | - |
| YUV | 166.6 | 123.7 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 159 | 0.79 | 0 | 0.31 | 0.10 | 156.92 | 0.78 | 0.54 |
| Hex | 2F | E5 | 9F | 4F | 0 | 1F | A | 9D | 4E | 36 |
| Octal | 57 | 345 | 237 | 117 | 0 | 37 | 12 | 235 | 116 | 66 |
| Binary | 101111 | 11100101 | 10011111 | 1001111 | 0 | 11111 | 1010 | 10011101 | 1001110 | 110110 |
Color Harmonies of #2FE59F
Complementary color
Monochromatic Colors of #2FE59F
Black with #2FE59F
Text Example
Text Example
White with #2FE59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE59F; }
p { color: rgb(47,229,159); }
H1.HeaderClassName
{
color: #2FE59F;
}
.AnyTagClassName
{
color: #2FE59F;
}
</style>
background-color css
<style>
a { background-color: #2FE59F; }
a { background-color: rgb(47,229,159); }
div.DivClassName
{
background-color: #2FE59F;
}
.BgClassName
{
background-color: #2FE59F;
}
</style>
border-color css
<style>
span { border-color: #2FE59F; }
span { border-color: rgb(47,229,159); }
td.TdClassName
{
border-color: #2FE59F;
}
.TagClassName
{
border-color: #2FE59F;
}
</style>