Shades of Shamrock #2FE998
Tints of Shamrock #2FE998
RGB
CMYK
RGB Variations
Color information
#2FE998 (or 0x2FE998) is known color: Shamrock. HEX triplet: 2F, E9 and 98. RGB value is (47,233,152). Sum of RGB (Red+Green+Blue) = 47+233+152=432 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.88% from 432); Green value is 233 (91.41% from 255 or 53.94% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE998 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE998 is #D01667. Grayscale: #A8A8A8. Windows color (decimal): -13637224 or 10021167. OLE color: 10021167.
HSL color Cylindrical-coordinate representation of color #2FE998: hue angle of 153.87º 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 #2FE998 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 152 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.09 |
| HSL | 153.87º | 0.81% | 0.55% | - |
| HSV(B) | 153.87º | 0.8% | 0.91% | - |
| XYZ | 35.98 | 61.15 | 39.61 | - |
| YUV | 168.15 | 118.88 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 152 | 0.80 | 0 | 0.35 | 0.09 | 153.87 | 0.81 | 0.55 |
| Hex | 2F | E9 | 98 | 50 | 0 | 23 | 9 | 9A | 51 | 37 |
| Octal | 57 | 351 | 230 | 120 | 0 | 43 | 11 | 232 | 121 | 67 |
| Binary | 101111 | 11101001 | 10011000 | 1010000 | 0 | 100011 | 1001 | 10011010 | 1010001 | 110111 |
Color Harmonies of #2FE998
Complementary color
Monochromatic Colors of #2FE998
Black with #2FE998
Text Example
Text Example
White with #2FE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE998; }
p { color: rgb(47,233,152); }
H1.HeaderClassName
{
color: #2FE998;
}
.AnyTagClassName
{
color: #2FE998;
}
</style>
background-color css
<style>
a { background-color: #2FE998; }
a { background-color: rgb(47,233,152); }
div.DivClassName
{
background-color: #2FE998;
}
.BgClassName
{
background-color: #2FE998;
}
</style>
border-color css
<style>
span { border-color: #2FE998; }
span { border-color: rgb(47,233,152); }
td.TdClassName
{
border-color: #2FE998;
}
.TagClassName
{
border-color: #2FE998;
}
</style>