Shades of Shamrock #2FDA7D
Tints of Shamrock #2FDA7D
RGB
CMYK
RGB Variations
Color information
#2FDA7D (or 0x2FDA7D) is known color: Shamrock. HEX triplet: 2F, DA and 7D. RGB value is (47,218,125). Sum of RGB (Red+Green+Blue) = 47+218+125=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDA7D is #D02582. Grayscale: #9C9C9C. Windows color (decimal): -13641091 or 8247855. OLE color: 8247855.
HSL color Cylindrical-coordinate representation of color #2FDA7D: hue angle of 147.37º degrees, saturation: 0.7, 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 #2FDA7D is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 125 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.15 |
| HSL | 147.37º | 0.7% | 0.52% | - |
| HSV(B) | 147.37º | 0.78% | 0.85% | - |
| XYZ | 29.95 | 52.23 | 27.9 | - |
| YUV | 156.27 | 110.35 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 125 | 0.78 | 0 | 0.43 | 0.15 | 147.37 | 0.7 | 0.52 |
| Hex | 2F | DA | 7D | 4E | 0 | 2B | F | 93 | 46 | 34 |
| Octal | 57 | 332 | 175 | 116 | 0 | 53 | 17 | 223 | 106 | 64 |
| Binary | 101111 | 11011010 | 1111101 | 1001110 | 0 | 101011 | 1111 | 10010011 | 1000110 | 110100 |
Color Harmonies of #2FDA7D
Complementary color
Monochromatic Colors of #2FDA7D
Black with #2FDA7D
Text Example
Text Example
White with #2FDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA7D; }
p { color: rgb(47,218,125); }
H1.HeaderClassName
{
color: #2FDA7D;
}
.AnyTagClassName
{
color: #2FDA7D;
}
</style>
background-color css
<style>
a { background-color: #2FDA7D; }
a { background-color: rgb(47,218,125); }
div.DivClassName
{
background-color: #2FDA7D;
}
.BgClassName
{
background-color: #2FDA7D;
}
</style>
border-color css
<style>
span { border-color: #2FDA7D; }
span { border-color: rgb(47,218,125); }
td.TdClassName
{
border-color: #2FDA7D;
}
.TagClassName
{
border-color: #2FDA7D;
}
</style>