Shades of Shamrock #2FEA80
Tints of Shamrock #2FEA80
RGB
CMYK
RGB Variations
Color information
#2FEA80 (or 0x2FEA80) is known color: Shamrock. HEX triplet: 2F, EA and 80. RGB value is (47,234,128). Sum of RGB (Red+Green+Blue) = 47+234+128=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEA80 is #D0157F. Grayscale: #A6A6A6. Windows color (decimal): -13636992 or 8448559. OLE color: 8448559.
HSL color Cylindrical-coordinate representation of color #2FEA80: hue angle of 145.99º 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 #2FEA80 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 128 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.08 |
| HSL | 145.99º | 0.82% | 0.55% | - |
| HSV(B) | 145.99º | 0.8% | 0.92% | - |
| XYZ | 34.49 | 61.01 | 30.38 | - |
| YUV | 166 | 106.55 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 128 | 0.80 | 0 | 0.45 | 0.08 | 145.99 | 0.82 | 0.55 |
| Hex | 2F | EA | 80 | 50 | 0 | 2D | 8 | 92 | 52 | 37 |
| Octal | 57 | 352 | 200 | 120 | 0 | 55 | 10 | 222 | 122 | 67 |
| Binary | 101111 | 11101010 | 10000000 | 1010000 | 0 | 101101 | 1000 | 10010010 | 1010010 | 110111 |
Color Harmonies of #2FEA80
Complementary color
Monochromatic Colors of #2FEA80
Black with #2FEA80
Text Example
Text Example
White with #2FEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA80; }
p { color: rgb(47,234,128); }
H1.HeaderClassName
{
color: #2FEA80;
}
.AnyTagClassName
{
color: #2FEA80;
}
</style>
background-color css
<style>
a { background-color: #2FEA80; }
a { background-color: rgb(47,234,128); }
div.DivClassName
{
background-color: #2FEA80;
}
.BgClassName
{
background-color: #2FEA80;
}
</style>
border-color css
<style>
span { border-color: #2FEA80; }
span { border-color: rgb(47,234,128); }
td.TdClassName
{
border-color: #2FEA80;
}
.TagClassName
{
border-color: #2FEA80;
}
</style>