Shades of Shamrock #2FD680
Tints of Shamrock #2FD680
RGB
CMYK
RGB Variations
Color information
#2FD680 (or 0x2FD680) is known color: Shamrock. HEX triplet: 2F, D6 and 80. RGB value is (47,214,128). Sum of RGB (Red+Green+Blue) = 47+214+128=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD680 is #D0297F. Grayscale: #9A9A9A. Windows color (decimal): -13642112 or 8443439. OLE color: 8443439.
HSL color Cylindrical-coordinate representation of color #2FD680: hue angle of 149.1º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD680 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 128 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.16 |
| HSL | 149.1º | 0.67% | 0.51% | - |
| HSV(B) | 149.1º | 0.78% | 0.84% | - |
| XYZ | 29.12 | 50.26 | 28.59 | - |
| YUV | 154.26 | 113.17 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 128 | 0.78 | 0 | 0.40 | 0.16 | 149.1 | 0.67 | 0.51 |
| Hex | 2F | D6 | 80 | 4E | 0 | 28 | 10 | 95 | 43 | 33 |
| Octal | 57 | 326 | 200 | 116 | 0 | 50 | 20 | 225 | 103 | 63 |
| Binary | 101111 | 11010110 | 10000000 | 1001110 | 0 | 101000 | 10000 | 10010101 | 1000011 | 110011 |
Color Harmonies of #2FD680
Complementary color
Monochromatic Colors of #2FD680
Black with #2FD680
Text Example
Text Example
White with #2FD680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD680; }
p { color: rgb(47,214,128); }
H1.HeaderClassName
{
color: #2FD680;
}
.AnyTagClassName
{
color: #2FD680;
}
</style>
background-color css
<style>
a { background-color: #2FD680; }
a { background-color: rgb(47,214,128); }
div.DivClassName
{
background-color: #2FD680;
}
.BgClassName
{
background-color: #2FD680;
}
</style>
border-color css
<style>
span { border-color: #2FD680; }
span { border-color: rgb(47,214,128); }
td.TdClassName
{
border-color: #2FD680;
}
.TagClassName
{
border-color: #2FD680;
}
</style>