Shades of Shamrock #2FF997
Tints of Shamrock #2FF997
RGB
CMYK
RGB Variations
Color information
#2FF997 (or 0x2FF997) is known color: Shamrock. HEX triplet: 2F, F9 and 97. RGB value is (47,249,151). Sum of RGB (Red+Green+Blue) = 47+249+151=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF997 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF997 is #D00668. Grayscale: #B1B1B1. Windows color (decimal): -13633129 or 9959727. OLE color: 9959727.
HSL color Cylindrical-coordinate representation of color #2FF997: hue angle of 150.89º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF997 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 151 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.02 |
| HSL | 150.89º | 0.94% | 0.58% | - |
| HSV(B) | 150.89º | 0.81% | 0.98% | - |
| XYZ | 40.63 | 70.59 | 40.76 | - |
| YUV | 177.43 | 113.08 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 151 | 0.81 | 0 | 0.39 | 0.02 | 150.89 | 0.94 | 0.58 |
| Hex | 2F | F9 | 97 | 51 | 0 | 27 | 2 | 97 | 5E | 3A |
| Octal | 57 | 371 | 227 | 121 | 0 | 47 | 2 | 227 | 136 | 72 |
| Binary | 101111 | 11111001 | 10010111 | 1010001 | 0 | 100111 | 10 | 10010111 | 1011110 | 111010 |
Color Harmonies of #2FF997
Complementary color
Monochromatic Colors of #2FF997
Black with #2FF997
Text Example
Text Example
White with #2FF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF997; }
p { color: rgb(47,249,151); }
H1.HeaderClassName
{
color: #2FF997;
}
.AnyTagClassName
{
color: #2FF997;
}
</style>
background-color css
<style>
a { background-color: #2FF997; }
a { background-color: rgb(47,249,151); }
div.DivClassName
{
background-color: #2FF997;
}
.BgClassName
{
background-color: #2FF997;
}
</style>
border-color css
<style>
span { border-color: #2FF997; }
span { border-color: rgb(47,249,151); }
td.TdClassName
{
border-color: #2FF997;
}
.TagClassName
{
border-color: #2FF997;
}
</style>