Shades of Shamrock #2FE0A0
Tints of Shamrock #2FE0A0
RGB
CMYK
RGB Variations
Color information
#2FE0A0 (or 0x2FE0A0) is known color: Shamrock. HEX triplet: 2F, E0 and A0. RGB value is (47,224,160). Sum of RGB (Red+Green+Blue) = 47+224+160=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE0A0 is #D01F5F. Grayscale: #A3A3A3. Windows color (decimal): -13639520 or 10543151. OLE color: 10543151.
HSL color Cylindrical-coordinate representation of color #2FE0A0: hue angle of 158.31º 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 #2FE0A0 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 160 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.12 |
| HSL | 158.31º | 0.74% | 0.53% | - |
| HSV(B) | 158.31º | 0.79% | 0.88% | - |
| XYZ | 34.17 | 56.45 | 42.35 | - |
| YUV | 163.78 | 125.86 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 160 | 0.79 | 0 | 0.29 | 0.12 | 158.31 | 0.74 | 0.53 |
| Hex | 2F | E0 | A0 | 4F | 0 | 1D | C | 9E | 4A | 35 |
| Octal | 57 | 340 | 240 | 117 | 0 | 35 | 14 | 236 | 112 | 65 |
| Binary | 101111 | 11100000 | 10100000 | 1001111 | 0 | 11101 | 1100 | 10011110 | 1001010 | 110101 |
Color Harmonies of #2FE0A0
Complementary color
Monochromatic Colors of #2FE0A0
Black with #2FE0A0
Text Example
Text Example
White with #2FE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE0A0; }
p { color: rgb(47,224,160); }
H1.HeaderClassName
{
color: #2FE0A0;
}
.AnyTagClassName
{
color: #2FE0A0;
}
</style>
background-color css
<style>
a { background-color: #2FE0A0; }
a { background-color: rgb(47,224,160); }
div.DivClassName
{
background-color: #2FE0A0;
}
.BgClassName
{
background-color: #2FE0A0;
}
</style>
border-color css
<style>
span { border-color: #2FE0A0; }
span { border-color: rgb(47,224,160); }
td.TdClassName
{
border-color: #2FE0A0;
}
.TagClassName
{
border-color: #2FE0A0;
}
</style>