Shades of Shamrock #2FE098
Tints of Shamrock #2FE098
RGB
CMYK
RGB Variations
Color information
#2FE098 (or 0x2FE098) is known color: Shamrock. HEX triplet: 2F, E0 and 98. RGB value is (47,224,152). Sum of RGB (Red+Green+Blue) = 47+224+152=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE098 is #D01F67. Grayscale: #A2A2A2. Windows color (decimal): -13639528 or 10018863. OLE color: 10018863.
HSL color Cylindrical-coordinate representation of color #2FE098: hue angle of 155.59º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE098 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 152 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.12 |
| HSL | 155.59º | 0.74% | 0.53% | - |
| HSV(B) | 155.59º | 0.79% | 0.88% | - |
| XYZ | 33.5 | 56.18 | 38.78 | - |
| YUV | 162.87 | 121.86 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 152 | 0.79 | 0 | 0.32 | 0.12 | 155.59 | 0.74 | 0.53 |
| Hex | 2F | E0 | 98 | 4F | 0 | 20 | C | 9C | 4A | 35 |
| Octal | 57 | 340 | 230 | 117 | 0 | 40 | 14 | 234 | 112 | 65 |
| Binary | 101111 | 11100000 | 10011000 | 1001111 | 0 | 100000 | 1100 | 10011100 | 1001010 | 110101 |
Color Harmonies of #2FE098
Complementary color
Monochromatic Colors of #2FE098
Black with #2FE098
Text Example
Text Example
White with #2FE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE098; }
p { color: rgb(47,224,152); }
H1.HeaderClassName
{
color: #2FE098;
}
.AnyTagClassName
{
color: #2FE098;
}
</style>
background-color css
<style>
a { background-color: #2FE098; }
a { background-color: rgb(47,224,152); }
div.DivClassName
{
background-color: #2FE098;
}
.BgClassName
{
background-color: #2FE098;
}
</style>
border-color css
<style>
span { border-color: #2FE098; }
span { border-color: rgb(47,224,152); }
td.TdClassName
{
border-color: #2FE098;
}
.TagClassName
{
border-color: #2FE098;
}
</style>