Shades of Shamrock #2FE07F
Tints of Shamrock #2FE07F
RGB
CMYK
RGB Variations
Color information
#2FE07F (or 0x2FE07F) is known color: Shamrock. HEX triplet: 2F, E0 and 7F. RGB value is (47,224,127). Sum of RGB (Red+Green+Blue) = 47+224+127=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 224 (87.89% from 255 or 56.28% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE07F is #D01F80. Grayscale: #A0A0A0. Windows color (decimal): -13639553 or 8380463. OLE color: 8380463.
HSL color Cylindrical-coordinate representation of color #2FE07F: hue angle of 147.12º 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 #2FE07F is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 127 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.12 |
| HSL | 147.12º | 0.74% | 0.53% | - |
| HSV(B) | 147.12º | 0.79% | 0.88% | - |
| XYZ | 31.66 | 55.45 | 29.11 | - |
| YUV | 160.02 | 109.36 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 127 | 0.79 | 0 | 0.43 | 0.12 | 147.12 | 0.74 | 0.53 |
| Hex | 2F | E0 | 7F | 4F | 0 | 2B | C | 93 | 4A | 35 |
| Octal | 57 | 340 | 177 | 117 | 0 | 53 | 14 | 223 | 112 | 65 |
| Binary | 101111 | 11100000 | 1111111 | 1001111 | 0 | 101011 | 1100 | 10010011 | 1001010 | 110101 |
Color Harmonies of #2FE07F
Complementary color
Monochromatic Colors of #2FE07F
Black with #2FE07F
Text Example
Text Example
White with #2FE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE07F; }
p { color: rgb(47,224,127); }
H1.HeaderClassName
{
color: #2FE07F;
}
.AnyTagClassName
{
color: #2FE07F;
}
</style>
background-color css
<style>
a { background-color: #2FE07F; }
a { background-color: rgb(47,224,127); }
div.DivClassName
{
background-color: #2FE07F;
}
.BgClassName
{
background-color: #2FE07F;
}
</style>
border-color css
<style>
span { border-color: #2FE07F; }
span { border-color: rgb(47,224,127); }
td.TdClassName
{
border-color: #2FE07F;
}
.TagClassName
{
border-color: #2FE07F;
}
</style>