Shades of Shamrock #2FDA7F
Tints of Shamrock #2FDA7F
RGB
CMYK
RGB Variations
Color information
#2FDA7F (or 0x2FDA7F) is known color: Shamrock. HEX triplet: 2F, DA and 7F. RGB value is (47,218,127). Sum of RGB (Red+Green+Blue) = 47+218+127=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDA7F is #D02580. Grayscale: #9C9C9C. Windows color (decimal): -13641089 or 8378927. OLE color: 8378927.
HSL color Cylindrical-coordinate representation of color #2FDA7F: hue angle of 148.07º 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 #2FDA7F is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 127 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.15 |
| HSL | 148.07º | 0.7% | 0.52% | - |
| HSV(B) | 148.07º | 0.78% | 0.85% | - |
| XYZ | 30.07 | 52.28 | 28.58 | - |
| YUV | 156.5 | 111.35 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 127 | 0.78 | 0 | 0.42 | 0.15 | 148.07 | 0.7 | 0.52 |
| Hex | 2F | DA | 7F | 4E | 0 | 2A | F | 94 | 46 | 34 |
| Octal | 57 | 332 | 177 | 116 | 0 | 52 | 17 | 224 | 106 | 64 |
| Binary | 101111 | 11011010 | 1111111 | 1001110 | 0 | 101010 | 1111 | 10010100 | 1000110 | 110100 |
Color Harmonies of #2FDA7F
Complementary color
Monochromatic Colors of #2FDA7F
Black with #2FDA7F
Text Example
Text Example
White with #2FDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA7F; }
p { color: rgb(47,218,127); }
H1.HeaderClassName
{
color: #2FDA7F;
}
.AnyTagClassName
{
color: #2FDA7F;
}
</style>
background-color css
<style>
a { background-color: #2FDA7F; }
a { background-color: rgb(47,218,127); }
div.DivClassName
{
background-color: #2FDA7F;
}
.BgClassName
{
background-color: #2FDA7F;
}
</style>
border-color css
<style>
span { border-color: #2FDA7F; }
span { border-color: rgb(47,218,127); }
td.TdClassName
{
border-color: #2FDA7F;
}
.TagClassName
{
border-color: #2FDA7F;
}
</style>