Shades of Shamrock #2FEA7D
Tints of Shamrock #2FEA7D
RGB
CMYK
RGB Variations
Color information
#2FEA7D (or 0x2FEA7D) is known color: Shamrock. HEX triplet: 2F, EA and 7D. RGB value is (47,234,125). Sum of RGB (Red+Green+Blue) = 47+234+125=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 234 (91.80% from 255 or 57.64% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEA7D is #D01582. Grayscale: #A5A5A5. Windows color (decimal): -13636995 or 8251951. OLE color: 8251951.
HSL color Cylindrical-coordinate representation of color #2FEA7D: hue angle of 145.03º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEA7D is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 125 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.08 |
| HSL | 145.03º | 0.82% | 0.55% | - |
| HSV(B) | 145.03º | 0.8% | 0.92% | - |
| XYZ | 34.3 | 60.93 | 29.36 | - |
| YUV | 165.66 | 105.05 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 125 | 0.80 | 0 | 0.47 | 0.08 | 145.03 | 0.82 | 0.55 |
| Hex | 2F | EA | 7D | 50 | 0 | 2F | 8 | 91 | 52 | 37 |
| Octal | 57 | 352 | 175 | 120 | 0 | 57 | 10 | 221 | 122 | 67 |
| Binary | 101111 | 11101010 | 1111101 | 1010000 | 0 | 101111 | 1000 | 10010001 | 1010010 | 110111 |
Color Harmonies of #2FEA7D
Complementary color
Monochromatic Colors of #2FEA7D
Black with #2FEA7D
Text Example
Text Example
White with #2FEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA7D; }
p { color: rgb(47,234,125); }
H1.HeaderClassName
{
color: #2FEA7D;
}
.AnyTagClassName
{
color: #2FEA7D;
}
</style>
background-color css
<style>
a { background-color: #2FEA7D; }
a { background-color: rgb(47,234,125); }
div.DivClassName
{
background-color: #2FEA7D;
}
.BgClassName
{
background-color: #2FEA7D;
}
</style>
border-color css
<style>
span { border-color: #2FEA7D; }
span { border-color: rgb(47,234,125); }
td.TdClassName
{
border-color: #2FEA7D;
}
.TagClassName
{
border-color: #2FEA7D;
}
</style>