Shades of Shamrock #2FDD94
Tints of Shamrock #2FDD94
RGB
CMYK
RGB Variations
Color information
#2FDD94 (or 0x2FDD94) is known color: Shamrock. HEX triplet: 2F, DD and 94. RGB value is (47,221,148). Sum of RGB (Red+Green+Blue) = 47+221+148=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDD94 is #D0226B. Grayscale: #A0A0A0. Windows color (decimal): -13640300 or 9755951. OLE color: 9755951.
HSL color Cylindrical-coordinate representation of color #2FDD94: hue angle of 154.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD94 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 148 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.13 |
| HSL | 154.83º | 0.72% | 0.53% | - |
| HSV(B) | 154.83º | 0.79% | 0.87% | - |
| XYZ | 32.37 | 54.46 | 36.82 | - |
| YUV | 160.65 | 120.85 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 148 | 0.79 | 0 | 0.33 | 0.13 | 154.83 | 0.72 | 0.53 |
| Hex | 2F | DD | 94 | 4F | 0 | 21 | D | 9B | 48 | 35 |
| Octal | 57 | 335 | 224 | 117 | 0 | 41 | 15 | 233 | 110 | 65 |
| Binary | 101111 | 11011101 | 10010100 | 1001111 | 0 | 100001 | 1101 | 10011011 | 1001000 | 110101 |
Color Harmonies of #2FDD94
Complementary color
Monochromatic Colors of #2FDD94
Black with #2FDD94
Text Example
Text Example
White with #2FDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD94; }
p { color: rgb(47,221,148); }
H1.HeaderClassName
{
color: #2FDD94;
}
.AnyTagClassName
{
color: #2FDD94;
}
</style>
background-color css
<style>
a { background-color: #2FDD94; }
a { background-color: rgb(47,221,148); }
div.DivClassName
{
background-color: #2FDD94;
}
.BgClassName
{
background-color: #2FDD94;
}
</style>
border-color css
<style>
span { border-color: #2FDD94; }
span { border-color: rgb(47,221,148); }
td.TdClassName
{
border-color: #2FDD94;
}
.TagClassName
{
border-color: #2FDD94;
}
</style>