Shades of Shamrock #2FEE7C
Tints of Shamrock #2FEE7C
RGB
CMYK
RGB Variations
Color information
#2FEE7C (or 0x2FEE7C) is known color: Shamrock. HEX triplet: 2F, EE and 7C. RGB value is (47,238,124). Sum of RGB (Red+Green+Blue) = 47+238+124=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 238 (93.36% from 255 or 58.19% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEE7C is #D01183. Grayscale: #A8A8A8. Windows color (decimal): -13635972 or 8187439. OLE color: 8187439.
HSL color Cylindrical-coordinate representation of color #2FEE7C: hue angle of 144.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEE7C is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 124 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.07 |
| HSL | 144.19º | 0.85% | 0.56% | - |
| HSV(B) | 144.19º | 0.8% | 0.93% | - |
| XYZ | 35.38 | 63.21 | 29.4 | - |
| YUV | 167.9 | 103.22 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 124 | 0.80 | 0 | 0.48 | 0.07 | 144.19 | 0.85 | 0.56 |
| Hex | 2F | EE | 7C | 50 | 0 | 30 | 7 | 90 | 55 | 38 |
| Octal | 57 | 356 | 174 | 120 | 0 | 60 | 7 | 220 | 125 | 70 |
| Binary | 101111 | 11101110 | 1111100 | 1010000 | 0 | 110000 | 111 | 10010000 | 1010101 | 111000 |
Color Harmonies of #2FEE7C
Complementary color
Monochromatic Colors of #2FEE7C
Black with #2FEE7C
Text Example
Text Example
White with #2FEE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE7C; }
p { color: rgb(47,238,124); }
H1.HeaderClassName
{
color: #2FEE7C;
}
.AnyTagClassName
{
color: #2FEE7C;
}
</style>
background-color css
<style>
a { background-color: #2FEE7C; }
a { background-color: rgb(47,238,124); }
div.DivClassName
{
background-color: #2FEE7C;
}
.BgClassName
{
background-color: #2FEE7C;
}
</style>
border-color css
<style>
span { border-color: #2FEE7C; }
span { border-color: rgb(47,238,124); }
td.TdClassName
{
border-color: #2FEE7C;
}
.TagClassName
{
border-color: #2FEE7C;
}
</style>