Shades of Shamrock #2FE991
Tints of Shamrock #2FE991
RGB
CMYK
RGB Variations
Color information
#2FE991 (or 0x2FE991) is known color: Shamrock. HEX triplet: 2F, E9 and 91. RGB value is (47,233,145). Sum of RGB (Red+Green+Blue) = 47+233+145=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE991 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE991 is #D0166E. Grayscale: #A7A7A7. Windows color (decimal): -13637231 or 9562415. OLE color: 9562415.
HSL color Cylindrical-coordinate representation of color #2FE991: hue angle of 151.61º 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 #2FE991 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 145 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.09 |
| HSL | 151.61º | 0.81% | 0.55% | - |
| HSV(B) | 151.61º | 0.8% | 0.91% | - |
| XYZ | 35.42 | 60.93 | 36.68 | - |
| YUV | 167.35 | 115.38 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 145 | 0.80 | 0 | 0.38 | 0.09 | 151.61 | 0.81 | 0.55 |
| Hex | 2F | E9 | 91 | 50 | 0 | 26 | 9 | 98 | 51 | 37 |
| Octal | 57 | 351 | 221 | 120 | 0 | 46 | 11 | 230 | 121 | 67 |
| Binary | 101111 | 11101001 | 10010001 | 1010000 | 0 | 100110 | 1001 | 10011000 | 1010001 | 110111 |
Color Harmonies of #2FE991
Complementary color
Monochromatic Colors of #2FE991
Black with #2FE991
Text Example
Text Example
White with #2FE991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE991; }
p { color: rgb(47,233,145); }
H1.HeaderClassName
{
color: #2FE991;
}
.AnyTagClassName
{
color: #2FE991;
}
</style>
background-color css
<style>
a { background-color: #2FE991; }
a { background-color: rgb(47,233,145); }
div.DivClassName
{
background-color: #2FE991;
}
.BgClassName
{
background-color: #2FE991;
}
</style>
border-color css
<style>
span { border-color: #2FE991; }
span { border-color: rgb(47,233,145); }
td.TdClassName
{
border-color: #2FE991;
}
.TagClassName
{
border-color: #2FE991;
}
</style>