Shades of Shamrock #2FE97C
Tints of Shamrock #2FE97C
RGB
CMYK
RGB Variations
Color information
#2FE97C (or 0x2FE97C) is known color: Shamrock. HEX triplet: 2F, E9 and 7C. RGB value is (47,233,124). Sum of RGB (Red+Green+Blue) = 47+233+124=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 233 (91.41% from 255 or 57.67% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE97C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE97C is #D01683. Grayscale: #A5A5A5. Windows color (decimal): -13637252 or 8186159. OLE color: 8186159.
HSL color Cylindrical-coordinate representation of color #2FE97C: hue angle of 144.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE97C is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 124 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.09 |
| HSL | 144.84º | 0.81% | 0.55% | - |
| HSV(B) | 144.84º | 0.8% | 0.91% | - |
| XYZ | 33.95 | 60.34 | 28.93 | - |
| YUV | 164.96 | 104.88 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 124 | 0.80 | 0 | 0.47 | 0.09 | 144.84 | 0.81 | 0.55 |
| Hex | 2F | E9 | 7C | 50 | 0 | 2F | 9 | 91 | 51 | 37 |
| Octal | 57 | 351 | 174 | 120 | 0 | 57 | 11 | 221 | 121 | 67 |
| Binary | 101111 | 11101001 | 1111100 | 1010000 | 0 | 101111 | 1001 | 10010001 | 1010001 | 110111 |
Color Harmonies of #2FE97C
Complementary color
Monochromatic Colors of #2FE97C
Black with #2FE97C
Text Example
Text Example
White with #2FE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE97C; }
p { color: rgb(47,233,124); }
H1.HeaderClassName
{
color: #2FE97C;
}
.AnyTagClassName
{
color: #2FE97C;
}
</style>
background-color css
<style>
a { background-color: #2FE97C; }
a { background-color: rgb(47,233,124); }
div.DivClassName
{
background-color: #2FE97C;
}
.BgClassName
{
background-color: #2FE97C;
}
</style>
border-color css
<style>
span { border-color: #2FE97C; }
span { border-color: rgb(47,233,124); }
td.TdClassName
{
border-color: #2FE97C;
}
.TagClassName
{
border-color: #2FE97C;
}
</style>