Shades of Shamrock #2FE197
Tints of Shamrock #2FE197
RGB
CMYK
RGB Variations
Color information
#2FE197 (or 0x2FE197) is known color: Shamrock. HEX triplet: 2F, E1 and 97. RGB value is (47,225,151). Sum of RGB (Red+Green+Blue) = 47+225+151=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE197 is #D01E68. Grayscale: #A3A3A3. Windows color (decimal): -13639273 or 9953583. OLE color: 9953583.
HSL color Cylindrical-coordinate representation of color #2FE197: hue angle of 155.06º 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 #2FE197 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 151 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.12 |
| HSL | 155.06º | 0.75% | 0.53% | - |
| HSV(B) | 155.06º | 0.79% | 0.88% | - |
| XYZ | 33.68 | 56.69 | 38.44 | - |
| YUV | 163.34 | 121.03 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 151 | 0.79 | 0 | 0.33 | 0.12 | 155.06 | 0.75 | 0.53 |
| Hex | 2F | E1 | 97 | 4F | 0 | 21 | C | 9B | 4B | 35 |
| Octal | 57 | 341 | 227 | 117 | 0 | 41 | 14 | 233 | 113 | 65 |
| Binary | 101111 | 11100001 | 10010111 | 1001111 | 0 | 100001 | 1100 | 10011011 | 1001011 | 110101 |
Color Harmonies of #2FE197
Complementary color
Monochromatic Colors of #2FE197
Black with #2FE197
Text Example
Text Example
White with #2FE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE197; }
p { color: rgb(47,225,151); }
H1.HeaderClassName
{
color: #2FE197;
}
.AnyTagClassName
{
color: #2FE197;
}
</style>
background-color css
<style>
a { background-color: #2FE197; }
a { background-color: rgb(47,225,151); }
div.DivClassName
{
background-color: #2FE197;
}
.BgClassName
{
background-color: #2FE197;
}
</style>
border-color css
<style>
span { border-color: #2FE197; }
span { border-color: rgb(47,225,151); }
td.TdClassName
{
border-color: #2FE197;
}
.TagClassName
{
border-color: #2FE197;
}
</style>