Shades of Shamrock #2FE98C
Tints of Shamrock #2FE98C
RGB
CMYK
RGB Variations
Color information
#2FE98C (or 0x2FE98C) is known color: Shamrock. HEX triplet: 2F, E9 and 8C. RGB value is (47,233,140). Sum of RGB (Red+Green+Blue) = 47+233+140=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 233 (91.41% from 255 or 55.48% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE98C is #D01673. Grayscale: #A6A6A6. Windows color (decimal): -13637236 or 9234735. OLE color: 9234735.
HSL color Cylindrical-coordinate representation of color #2FE98C: hue angle of 150º 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 #2FE98C is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 140 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.09 |
| HSL | 150º | 0.81% | 0.55% | - |
| HSV(B) | 150º | 0.8% | 0.91% | - |
| XYZ | 35.04 | 60.78 | 34.69 | - |
| YUV | 166.78 | 112.88 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 140 | 0.80 | 0 | 0.40 | 0.09 | 150 | 0.81 | 0.55 |
| Hex | 2F | E9 | 8C | 50 | 0 | 28 | 9 | 96 | 51 | 37 |
| Octal | 57 | 351 | 214 | 120 | 0 | 50 | 11 | 226 | 121 | 67 |
| Binary | 101111 | 11101001 | 10001100 | 1010000 | 0 | 101000 | 1001 | 10010110 | 1010001 | 110111 |
Color Harmonies of #2FE98C
Complementary color
Monochromatic Colors of #2FE98C
Black with #2FE98C
Text Example
Text Example
White with #2FE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE98C; }
p { color: rgb(47,233,140); }
H1.HeaderClassName
{
color: #2FE98C;
}
.AnyTagClassName
{
color: #2FE98C;
}
</style>
background-color css
<style>
a { background-color: #2FE98C; }
a { background-color: rgb(47,233,140); }
div.DivClassName
{
background-color: #2FE98C;
}
.BgClassName
{
background-color: #2FE98C;
}
</style>
border-color css
<style>
span { border-color: #2FE98C; }
span { border-color: rgb(47,233,140); }
td.TdClassName
{
border-color: #2FE98C;
}
.TagClassName
{
border-color: #2FE98C;
}
</style>