Shades of Shamrock #2FE17C
Tints of Shamrock #2FE17C
RGB
CMYK
RGB Variations
Color information
#2FE17C (or 0x2FE17C) is known color: Shamrock. HEX triplet: 2F, E1 and 7C. RGB value is (47,225,124). Sum of RGB (Red+Green+Blue) = 47+225+124=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE17C is #D01E83. Grayscale: #A0A0A0. Windows color (decimal): -13639300 or 8184111. OLE color: 8184111.
HSL color Cylindrical-coordinate representation of color #2FE17C: hue angle of 145.96º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE17C is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 124 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.12 |
| HSL | 145.96º | 0.75% | 0.53% | - |
| HSV(B) | 145.96º | 0.79% | 0.88% | - |
| XYZ | 31.74 | 55.91 | 28.19 | - |
| YUV | 160.26 | 107.53 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 124 | 0.79 | 0 | 0.45 | 0.12 | 145.96 | 0.75 | 0.53 |
| Hex | 2F | E1 | 7C | 4F | 0 | 2D | C | 92 | 4B | 35 |
| Octal | 57 | 341 | 174 | 117 | 0 | 55 | 14 | 222 | 113 | 65 |
| Binary | 101111 | 11100001 | 1111100 | 1001111 | 0 | 101101 | 1100 | 10010010 | 1001011 | 110101 |
Color Harmonies of #2FE17C
Complementary color
Monochromatic Colors of #2FE17C
Black with #2FE17C
Text Example
Text Example
White with #2FE17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE17C; }
p { color: rgb(47,225,124); }
H1.HeaderClassName
{
color: #2FE17C;
}
.AnyTagClassName
{
color: #2FE17C;
}
</style>
background-color css
<style>
a { background-color: #2FE17C; }
a { background-color: rgb(47,225,124); }
div.DivClassName
{
background-color: #2FE17C;
}
.BgClassName
{
background-color: #2FE17C;
}
</style>
border-color css
<style>
span { border-color: #2FE17C; }
span { border-color: rgb(47,225,124); }
td.TdClassName
{
border-color: #2FE17C;
}
.TagClassName
{
border-color: #2FE17C;
}
</style>