Shades of Shamrock #2FDC7C
Tints of Shamrock #2FDC7C
RGB
CMYK
RGB Variations
Color information
#2FDC7C (or 0x2FDC7C) is known color: Shamrock. HEX triplet: 2F, DC and 7C. RGB value is (47,220,124). Sum of RGB (Red+Green+Blue) = 47+220+124=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC7C is #D02383. Grayscale: #9D9D9D. Windows color (decimal): -13640580 or 8182831. OLE color: 8182831.
HSL color Cylindrical-coordinate representation of color #2FDC7C: hue angle of 146.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC7C is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 124 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.14 |
| HSL | 146.71º | 0.71% | 0.52% | - |
| HSV(B) | 146.71º | 0.79% | 0.86% | - |
| XYZ | 30.4 | 53.25 | 27.74 | - |
| YUV | 157.33 | 109.19 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 124 | 0.79 | 0 | 0.44 | 0.14 | 146.71 | 0.71 | 0.52 |
| Hex | 2F | DC | 7C | 4F | 0 | 2C | E | 93 | 47 | 34 |
| Octal | 57 | 334 | 174 | 117 | 0 | 54 | 16 | 223 | 107 | 64 |
| Binary | 101111 | 11011100 | 1111100 | 1001111 | 0 | 101100 | 1110 | 10010011 | 1000111 | 110100 |
Color Harmonies of #2FDC7C
Complementary color
Monochromatic Colors of #2FDC7C
Black with #2FDC7C
Text Example
Text Example
White with #2FDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC7C; }
p { color: rgb(47,220,124); }
H1.HeaderClassName
{
color: #2FDC7C;
}
.AnyTagClassName
{
color: #2FDC7C;
}
</style>
background-color css
<style>
a { background-color: #2FDC7C; }
a { background-color: rgb(47,220,124); }
div.DivClassName
{
background-color: #2FDC7C;
}
.BgClassName
{
background-color: #2FDC7C;
}
</style>
border-color css
<style>
span { border-color: #2FDC7C; }
span { border-color: rgb(47,220,124); }
td.TdClassName
{
border-color: #2FDC7C;
}
.TagClassName
{
border-color: #2FDC7C;
}
</style>