Shades of Shamrock #2FDD84
Tints of Shamrock #2FDD84
RGB
CMYK
RGB Variations
Color information
#2FDD84 (or 0x2FDD84) is known color: Shamrock. HEX triplet: 2F, DD and 84. RGB value is (47,221,132). Sum of RGB (Red+Green+Blue) = 47+221+132=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDD84 is #D0227B. Grayscale: #9F9F9F. Windows color (decimal): -13640316 or 8707375. OLE color: 8707375.
HSL color Cylindrical-coordinate representation of color #2FDD84: hue angle of 149.31º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD84 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 132 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.13 |
| HSL | 149.31º | 0.72% | 0.53% | - |
| HSV(B) | 149.31º | 0.79% | 0.87% | - |
| XYZ | 31.19 | 53.98 | 30.61 | - |
| YUV | 158.83 | 112.85 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 132 | 0.79 | 0 | 0.40 | 0.13 | 149.31 | 0.72 | 0.53 |
| Hex | 2F | DD | 84 | 4F | 0 | 28 | D | 95 | 48 | 35 |
| Octal | 57 | 335 | 204 | 117 | 0 | 50 | 15 | 225 | 110 | 65 |
| Binary | 101111 | 11011101 | 10000100 | 1001111 | 0 | 101000 | 1101 | 10010101 | 1001000 | 110101 |
Color Harmonies of #2FDD84
Complementary color
Monochromatic Colors of #2FDD84
Black with #2FDD84
Text Example
Text Example
White with #2FDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD84; }
p { color: rgb(47,221,132); }
H1.HeaderClassName
{
color: #2FDD84;
}
.AnyTagClassName
{
color: #2FDD84;
}
</style>
background-color css
<style>
a { background-color: #2FDD84; }
a { background-color: rgb(47,221,132); }
div.DivClassName
{
background-color: #2FDD84;
}
.BgClassName
{
background-color: #2FDD84;
}
</style>
border-color css
<style>
span { border-color: #2FDD84; }
span { border-color: rgb(47,221,132); }
td.TdClassName
{
border-color: #2FDD84;
}
.TagClassName
{
border-color: #2FDD84;
}
</style>