Shades of Shamrock #2FD67C
Tints of Shamrock #2FD67C
RGB
CMYK
RGB Variations
Color information
#2FD67C (or 0x2FD67C) is known color: Shamrock. HEX triplet: 2F, D6 and 7C. RGB value is (47,214,124). Sum of RGB (Red+Green+Blue) = 47+214+124=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD67C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD67C is #D02983. Grayscale: #9A9A9A. Windows color (decimal): -13642116 or 8181295. OLE color: 8181295.
HSL color Cylindrical-coordinate representation of color #2FD67C: hue angle of 147.66º degrees, saturation: 0.67, 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 #2FD67C is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 124 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.16 |
| HSL | 147.66º | 0.67% | 0.51% | - |
| HSV(B) | 147.66º | 0.78% | 0.84% | - |
| XYZ | 28.86 | 50.15 | 27.23 | - |
| YUV | 153.81 | 111.17 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 124 | 0.78 | 0 | 0.42 | 0.16 | 147.66 | 0.67 | 0.51 |
| Hex | 2F | D6 | 7C | 4E | 0 | 2A | 10 | 94 | 43 | 33 |
| Octal | 57 | 326 | 174 | 116 | 0 | 52 | 20 | 224 | 103 | 63 |
| Binary | 101111 | 11010110 | 1111100 | 1001110 | 0 | 101010 | 10000 | 10010100 | 1000011 | 110011 |
Color Harmonies of #2FD67C
Complementary color
Monochromatic Colors of #2FD67C
Black with #2FD67C
Text Example
Text Example
White with #2FD67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD67C; }
p { color: rgb(47,214,124); }
H1.HeaderClassName
{
color: #2FD67C;
}
.AnyTagClassName
{
color: #2FD67C;
}
</style>
background-color css
<style>
a { background-color: #2FD67C; }
a { background-color: rgb(47,214,124); }
div.DivClassName
{
background-color: #2FD67C;
}
.BgClassName
{
background-color: #2FD67C;
}
</style>
border-color css
<style>
span { border-color: #2FD67C; }
span { border-color: rgb(47,214,124); }
td.TdClassName
{
border-color: #2FD67C;
}
.TagClassName
{
border-color: #2FD67C;
}
</style>