Shades of Shamrock #2FD881
Tints of Shamrock #2FD881
RGB
CMYK
RGB Variations
Color information
#2FD881 (or 0x2FD881) is known color: Shamrock. HEX triplet: 2F, D8 and 81. RGB value is (47,216,129). Sum of RGB (Red+Green+Blue) = 47+216+129=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD881 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD881 is #D0277E. Grayscale: #9B9B9B. Windows color (decimal): -13641599 or 8509487. OLE color: 8509487.
HSL color Cylindrical-coordinate representation of color #2FD881: hue angle of 149.11º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD881 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 129 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.15 |
| HSL | 149.11º | 0.68% | 0.52% | - |
| HSV(B) | 149.11º | 0.78% | 0.85% | - |
| XYZ | 29.69 | 51.3 | 29.11 | - |
| YUV | 155.55 | 113.01 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 129 | 0.78 | 0 | 0.40 | 0.15 | 149.11 | 0.68 | 0.52 |
| Hex | 2F | D8 | 81 | 4E | 0 | 28 | F | 95 | 44 | 34 |
| Octal | 57 | 330 | 201 | 116 | 0 | 50 | 17 | 225 | 104 | 64 |
| Binary | 101111 | 11011000 | 10000001 | 1001110 | 0 | 101000 | 1111 | 10010101 | 1000100 | 110100 |
Color Harmonies of #2FD881
Complementary color
Monochromatic Colors of #2FD881
Black with #2FD881
Text Example
Text Example
White with #2FD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD881; }
p { color: rgb(47,216,129); }
H1.HeaderClassName
{
color: #2FD881;
}
.AnyTagClassName
{
color: #2FD881;
}
</style>
background-color css
<style>
a { background-color: #2FD881; }
a { background-color: rgb(47,216,129); }
div.DivClassName
{
background-color: #2FD881;
}
.BgClassName
{
background-color: #2FD881;
}
</style>
border-color css
<style>
span { border-color: #2FD881; }
span { border-color: rgb(47,216,129); }
td.TdClassName
{
border-color: #2FD881;
}
.TagClassName
{
border-color: #2FD881;
}
</style>