Shades of Shamrock #2FDD7B
Tints of Shamrock #2FDD7B
RGB
CMYK
RGB Variations
Color information
#2FDD7B (or 0x2FDD7B) is known color: Shamrock. HEX triplet: 2F, DD and 7B. RGB value is (47,221,123). Sum of RGB (Red+Green+Blue) = 47+221+123=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDD7B is #D02284. Grayscale: #9E9E9E. Windows color (decimal): -13640325 or 8117551. OLE color: 8117551.
HSL color Cylindrical-coordinate representation of color #2FDD7B: hue angle of 146.21º 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 #2FDD7B is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 123 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.13 |
| HSL | 146.21º | 0.72% | 0.53% | - |
| HSV(B) | 146.21º | 0.79% | 0.87% | - |
| XYZ | 30.6 | 53.75 | 27.5 | - |
| YUV | 157.8 | 108.35 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 123 | 0.79 | 0 | 0.44 | 0.13 | 146.21 | 0.72 | 0.53 |
| Hex | 2F | DD | 7B | 4F | 0 | 2C | D | 92 | 48 | 35 |
| Octal | 57 | 335 | 173 | 117 | 0 | 54 | 15 | 222 | 110 | 65 |
| Binary | 101111 | 11011101 | 1111011 | 1001111 | 0 | 101100 | 1101 | 10010010 | 1001000 | 110101 |
Color Harmonies of #2FDD7B
Complementary color
Monochromatic Colors of #2FDD7B
Black with #2FDD7B
Text Example
Text Example
White with #2FDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD7B; }
p { color: rgb(47,221,123); }
H1.HeaderClassName
{
color: #2FDD7B;
}
.AnyTagClassName
{
color: #2FDD7B;
}
</style>
background-color css
<style>
a { background-color: #2FDD7B; }
a { background-color: rgb(47,221,123); }
div.DivClassName
{
background-color: #2FDD7B;
}
.BgClassName
{
background-color: #2FDD7B;
}
</style>
border-color css
<style>
span { border-color: #2FDD7B; }
span { border-color: rgb(47,221,123); }
td.TdClassName
{
border-color: #2FDD7B;
}
.TagClassName
{
border-color: #2FDD7B;
}
</style>