Shades of Shamrock #2FE980
Tints of Shamrock #2FE980
RGB
CMYK
RGB Variations
Color information
#2FE980 (or 0x2FE980) is known color: Shamrock. HEX triplet: 2F, E9 and 80. RGB value is (47,233,128). Sum of RGB (Red+Green+Blue) = 47+233+128=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 233 (91.41% from 255 or 57.11% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE980 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE980 is #D0167F. Grayscale: #A5A5A5. Windows color (decimal): -13637248 or 8448303. OLE color: 8448303.
HSL color Cylindrical-coordinate representation of color #2FE980: hue angle of 146.13º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE980 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 128 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.09 |
| HSL | 146.13º | 0.81% | 0.55% | - |
| HSV(B) | 146.13º | 0.8% | 0.91% | - |
| XYZ | 34.21 | 60.44 | 30.29 | - |
| YUV | 165.42 | 106.88 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 128 | 0.80 | 0 | 0.45 | 0.09 | 146.13 | 0.81 | 0.55 |
| Hex | 2F | E9 | 80 | 50 | 0 | 2D | 9 | 92 | 51 | 37 |
| Octal | 57 | 351 | 200 | 120 | 0 | 55 | 11 | 222 | 121 | 67 |
| Binary | 101111 | 11101001 | 10000000 | 1010000 | 0 | 101101 | 1001 | 10010010 | 1010001 | 110111 |
Color Harmonies of #2FE980
Complementary color
Monochromatic Colors of #2FE980
Black with #2FE980
Text Example
Text Example
White with #2FE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE980; }
p { color: rgb(47,233,128); }
H1.HeaderClassName
{
color: #2FE980;
}
.AnyTagClassName
{
color: #2FE980;
}
</style>
background-color css
<style>
a { background-color: #2FE980; }
a { background-color: rgb(47,233,128); }
div.DivClassName
{
background-color: #2FE980;
}
.BgClassName
{
background-color: #2FE980;
}
</style>
border-color css
<style>
span { border-color: #2FE980; }
span { border-color: rgb(47,233,128); }
td.TdClassName
{
border-color: #2FE980;
}
.TagClassName
{
border-color: #2FE980;
}
</style>