Shades of Shamrock #2FE095
Tints of Shamrock #2FE095
RGB
CMYK
RGB Variations
Color information
#2FE095 (or 0x2FE095) is known color: Shamrock. HEX triplet: 2F, E0 and 95. RGB value is (47,224,149). Sum of RGB (Red+Green+Blue) = 47+224+149=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE095 is #D01F6A. Grayscale: #A2A2A2. Windows color (decimal): -13639531 or 9822255. OLE color: 9822255.
HSL color Cylindrical-coordinate representation of color #2FE095: hue angle of 154.58º 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 #2FE095 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 149 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.12 |
| HSL | 154.58º | 0.74% | 0.53% | - |
| HSV(B) | 154.58º | 0.79% | 0.88% | - |
| XYZ | 33.25 | 56.09 | 37.51 | - |
| YUV | 162.53 | 120.36 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 149 | 0.79 | 0 | 0.33 | 0.12 | 154.58 | 0.74 | 0.53 |
| Hex | 2F | E0 | 95 | 4F | 0 | 21 | C | 9B | 4A | 35 |
| Octal | 57 | 340 | 225 | 117 | 0 | 41 | 14 | 233 | 112 | 65 |
| Binary | 101111 | 11100000 | 10010101 | 1001111 | 0 | 100001 | 1100 | 10011011 | 1001010 | 110101 |
Color Harmonies of #2FE095
Complementary color
Monochromatic Colors of #2FE095
Black with #2FE095
Text Example
Text Example
White with #2FE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE095; }
p { color: rgb(47,224,149); }
H1.HeaderClassName
{
color: #2FE095;
}
.AnyTagClassName
{
color: #2FE095;
}
</style>
background-color css
<style>
a { background-color: #2FE095; }
a { background-color: rgb(47,224,149); }
div.DivClassName
{
background-color: #2FE095;
}
.BgClassName
{
background-color: #2FE095;
}
</style>
border-color css
<style>
span { border-color: #2FE095; }
span { border-color: rgb(47,224,149); }
td.TdClassName
{
border-color: #2FE095;
}
.TagClassName
{
border-color: #2FE095;
}
</style>