Shades of Shamrock #2FDC9A
Tints of Shamrock #2FDC9A
RGB
CMYK
RGB Variations
Color information
#2FDC9A (or 0x2FDC9A) is known color: Shamrock. HEX triplet: 2F, DC and 9A. RGB value is (47,220,154). Sum of RGB (Red+Green+Blue) = 47+220+154=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDC9A is #D02365. Grayscale: #A0A0A0. Windows color (decimal): -13640550 or 10148911. OLE color: 10148911.
HSL color Cylindrical-coordinate representation of color #2FDC9A: hue angle of 157.11º 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 #2FDC9A is Cyan = 0.79, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 154 | - |
| CMYK | 0.79 | 0 | 0.3 | 0.14 |
| HSL | 157.11º | 0.71% | 0.52% | - |
| HSV(B) | 157.11º | 0.79% | 0.86% | - |
| XYZ | 32.6 | 54.12 | 39.3 | - |
| YUV | 160.75 | 124.19 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 154 | 0.79 | 0 | 0.3 | 0.14 | 157.11 | 0.71 | 0.52 |
| Hex | 2F | DC | 9A | 4F | 0 | 1E | E | 9D | 47 | 34 |
| Octal | 57 | 334 | 232 | 117 | 0 | 36 | 16 | 235 | 107 | 64 |
| Binary | 101111 | 11011100 | 10011010 | 1001111 | 0 | 11110 | 1110 | 10011101 | 1000111 | 110100 |
Color Harmonies of #2FDC9A
Complementary color
Monochromatic Colors of #2FDC9A
Black with #2FDC9A
Text Example
Text Example
White with #2FDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC9A; }
p { color: rgb(47,220,154); }
H1.HeaderClassName
{
color: #2FDC9A;
}
.AnyTagClassName
{
color: #2FDC9A;
}
</style>
background-color css
<style>
a { background-color: #2FDC9A; }
a { background-color: rgb(47,220,154); }
div.DivClassName
{
background-color: #2FDC9A;
}
.BgClassName
{
background-color: #2FDC9A;
}
</style>
border-color css
<style>
span { border-color: #2FDC9A; }
span { border-color: rgb(47,220,154); }
td.TdClassName
{
border-color: #2FDC9A;
}
.TagClassName
{
border-color: #2FDC9A;
}
</style>