Shades of Shamrock #2FD59E
Tints of Shamrock #2FD59E
RGB
CMYK
RGB Variations
Color information
#2FD59E (or 0x2FD59E) is known color: Shamrock. HEX triplet: 2F, D5 and 9E. RGB value is (47,213,158). Sum of RGB (Red+Green+Blue) = 47+213+158=418 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.24% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD59E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD59E is #D02A61. Grayscale: #9D9D9D. Windows color (decimal): -13642338 or 10409263. OLE color: 10409263.
HSL color Cylindrical-coordinate representation of color #2FD59E: hue angle of 160.12º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD59E is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 158 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.16 |
| HSL | 160.12º | 0.66% | 0.51% | - |
| HSV(B) | 160.12º | 0.78% | 0.84% | - |
| XYZ | 31.14 | 50.66 | 40.49 | - |
| YUV | 157.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 158 | 0.78 | 0 | 0.26 | 0.16 | 160.12 | 0.66 | 0.51 |
| Hex | 2F | D5 | 9E | 4E | 0 | 1A | 10 | A0 | 42 | 33 |
| Octal | 57 | 325 | 236 | 116 | 0 | 32 | 20 | 240 | 102 | 63 |
| Binary | 101111 | 11010101 | 10011110 | 1001110 | 0 | 11010 | 10000 | 10100000 | 1000010 | 110011 |
Color Harmonies of #2FD59E
Complementary color
Monochromatic Colors of #2FD59E
Black with #2FD59E
Text Example
Text Example
White with #2FD59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD59E; }
p { color: rgb(47,213,158); }
H1.HeaderClassName
{
color: #2FD59E;
}
.AnyTagClassName
{
color: #2FD59E;
}
</style>
background-color css
<style>
a { background-color: #2FD59E; }
a { background-color: rgb(47,213,158); }
div.DivClassName
{
background-color: #2FD59E;
}
.BgClassName
{
background-color: #2FD59E;
}
</style>
border-color css
<style>
span { border-color: #2FD59E; }
span { border-color: rgb(47,213,158); }
td.TdClassName
{
border-color: #2FD59E;
}
.TagClassName
{
border-color: #2FD59E;
}
</style>