Shades of Shamrock #2FEF80
Tints of Shamrock #2FEF80
RGB
CMYK
RGB Variations
Color information
#2FEF80 (or 0x2FEF80) is known color: Shamrock. HEX triplet: 2F, EF and 80. RGB value is (47,239,128). Sum of RGB (Red+Green+Blue) = 47+239+128=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 239 (93.75% from 255 or 57.73% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEF80 is #D0107F. Grayscale: #A9A9A9. Windows color (decimal): -13635712 or 8449839. OLE color: 8449839.
HSL color Cylindrical-coordinate representation of color #2FEF80: hue angle of 145.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEF80 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 128 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.06 |
| HSL | 145.31º | 0.86% | 0.56% | - |
| HSV(B) | 145.31º | 0.8% | 0.94% | - |
| XYZ | 35.94 | 63.9 | 30.86 | - |
| YUV | 168.94 | 104.89 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 128 | 0.80 | 0 | 0.46 | 0.06 | 145.31 | 0.86 | 0.56 |
| Hex | 2F | EF | 80 | 50 | 0 | 2E | 6 | 91 | 56 | 38 |
| Octal | 57 | 357 | 200 | 120 | 0 | 56 | 6 | 221 | 126 | 70 |
| Binary | 101111 | 11101111 | 10000000 | 1010000 | 0 | 101110 | 110 | 10010001 | 1010110 | 111000 |
Color Harmonies of #2FEF80
Complementary color
Monochromatic Colors of #2FEF80
Black with #2FEF80
Text Example
Text Example
White with #2FEF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF80; }
p { color: rgb(47,239,128); }
H1.HeaderClassName
{
color: #2FEF80;
}
.AnyTagClassName
{
color: #2FEF80;
}
</style>
background-color css
<style>
a { background-color: #2FEF80; }
a { background-color: rgb(47,239,128); }
div.DivClassName
{
background-color: #2FEF80;
}
.BgClassName
{
background-color: #2FEF80;
}
</style>
border-color css
<style>
span { border-color: #2FEF80; }
span { border-color: rgb(47,239,128); }
td.TdClassName
{
border-color: #2FEF80;
}
.TagClassName
{
border-color: #2FEF80;
}
</style>