Shades of Shamrock #2FDC98
Tints of Shamrock #2FDC98
RGB
CMYK
RGB Variations
Color information
#2FDC98 (or 0x2FDC98) is known color: Shamrock. HEX triplet: 2F, DC and 98. RGB value is (47,220,152). Sum of RGB (Red+Green+Blue) = 47+220+152=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDC98 is #D02367. Grayscale: #A0A0A0. Windows color (decimal): -13640552 or 10017839. OLE color: 10017839.
HSL color Cylindrical-coordinate representation of color #2FDC98: hue angle of 156.42º 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 #2FDC98 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 152 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.14 |
| HSL | 156.42º | 0.71% | 0.52% | - |
| HSV(B) | 156.42º | 0.79% | 0.86% | - |
| XYZ | 32.43 | 54.06 | 38.43 | - |
| YUV | 160.52 | 123.19 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 152 | 0.79 | 0 | 0.31 | 0.14 | 156.42 | 0.71 | 0.52 |
| Hex | 2F | DC | 98 | 4F | 0 | 1F | E | 9C | 47 | 34 |
| Octal | 57 | 334 | 230 | 117 | 0 | 37 | 16 | 234 | 107 | 64 |
| Binary | 101111 | 11011100 | 10011000 | 1001111 | 0 | 11111 | 1110 | 10011100 | 1000111 | 110100 |
Color Harmonies of #2FDC98
Complementary color
Monochromatic Colors of #2FDC98
Black with #2FDC98
Text Example
Text Example
White with #2FDC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC98; }
p { color: rgb(47,220,152); }
H1.HeaderClassName
{
color: #2FDC98;
}
.AnyTagClassName
{
color: #2FDC98;
}
</style>
background-color css
<style>
a { background-color: #2FDC98; }
a { background-color: rgb(47,220,152); }
div.DivClassName
{
background-color: #2FDC98;
}
.BgClassName
{
background-color: #2FDC98;
}
</style>
border-color css
<style>
span { border-color: #2FDC98; }
span { border-color: rgb(47,220,152); }
td.TdClassName
{
border-color: #2FDC98;
}
.TagClassName
{
border-color: #2FDC98;
}
</style>