Shades of Shamrock #2FDC94
Tints of Shamrock #2FDC94
RGB
CMYK
RGB Variations
Color information
#2FDC94 (or 0x2FDC94) is known color: Shamrock. HEX triplet: 2F, DC and 94. RGB value is (47,220,148). Sum of RGB (Red+Green+Blue) = 47+220+148=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDC94 is #D0236B. Grayscale: #A0A0A0. Windows color (decimal): -13640556 or 9755695. OLE color: 9755695.
HSL color Cylindrical-coordinate representation of color #2FDC94: hue angle of 155.03º 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 #2FDC94 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 148 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.14 |
| HSL | 155.03º | 0.71% | 0.52% | - |
| HSV(B) | 155.03º | 0.79% | 0.86% | - |
| XYZ | 32.11 | 53.93 | 36.73 | - |
| YUV | 160.07 | 121.19 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 148 | 0.79 | 0 | 0.33 | 0.14 | 155.03 | 0.71 | 0.52 |
| Hex | 2F | DC | 94 | 4F | 0 | 21 | E | 9B | 47 | 34 |
| Octal | 57 | 334 | 224 | 117 | 0 | 41 | 16 | 233 | 107 | 64 |
| Binary | 101111 | 11011100 | 10010100 | 1001111 | 0 | 100001 | 1110 | 10011011 | 1000111 | 110100 |
Color Harmonies of #2FDC94
Complementary color
Monochromatic Colors of #2FDC94
Black with #2FDC94
Text Example
Text Example
White with #2FDC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC94; }
p { color: rgb(47,220,148); }
H1.HeaderClassName
{
color: #2FDC94;
}
.AnyTagClassName
{
color: #2FDC94;
}
</style>
background-color css
<style>
a { background-color: #2FDC94; }
a { background-color: rgb(47,220,148); }
div.DivClassName
{
background-color: #2FDC94;
}
.BgClassName
{
background-color: #2FDC94;
}
</style>
border-color css
<style>
span { border-color: #2FDC94; }
span { border-color: rgb(47,220,148); }
td.TdClassName
{
border-color: #2FDC94;
}
.TagClassName
{
border-color: #2FDC94;
}
</style>