Shades of Shamrock #2FF797
Tints of Shamrock #2FF797
RGB
CMYK
RGB Variations
Color information
#2FF797 (or 0x2FF797) is known color: Shamrock. HEX triplet: 2F, F7 and 97. RGB value is (47,247,151). Sum of RGB (Red+Green+Blue) = 47+247+151=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 247 (96.88% from 255 or 55.51% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF797 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF797 is #D00868. Grayscale: #B0B0B0. Windows color (decimal): -13633641 or 9959215. OLE color: 9959215.
HSL color Cylindrical-coordinate representation of color #2FF797: hue angle of 151.2º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF797 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 151 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.03 |
| HSL | 151.2º | 0.93% | 0.58% | - |
| HSV(B) | 151.2º | 0.81% | 0.97% | - |
| XYZ | 40.02 | 69.36 | 40.56 | - |
| YUV | 176.26 | 113.74 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 151 | 0.81 | 0 | 0.39 | 0.03 | 151.2 | 0.93 | 0.58 |
| Hex | 2F | F7 | 97 | 51 | 0 | 27 | 3 | 97 | 5D | 3A |
| Octal | 57 | 367 | 227 | 121 | 0 | 47 | 3 | 227 | 135 | 72 |
| Binary | 101111 | 11110111 | 10010111 | 1010001 | 0 | 100111 | 11 | 10010111 | 1011101 | 111010 |
Color Harmonies of #2FF797
Complementary color
Monochromatic Colors of #2FF797
Black with #2FF797
Text Example
Text Example
White with #2FF797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF797; }
p { color: rgb(47,247,151); }
H1.HeaderClassName
{
color: #2FF797;
}
.AnyTagClassName
{
color: #2FF797;
}
</style>
background-color css
<style>
a { background-color: #2FF797; }
a { background-color: rgb(47,247,151); }
div.DivClassName
{
background-color: #2FF797;
}
.BgClassName
{
background-color: #2FF797;
}
</style>
border-color css
<style>
span { border-color: #2FF797; }
span { border-color: rgb(47,247,151); }
td.TdClassName
{
border-color: #2FF797;
}
.TagClassName
{
border-color: #2FF797;
}
</style>