Shades of Shamrock #2FDF7E
Tints of Shamrock #2FDF7E
RGB
CMYK
RGB Variations
Color information
#2FDF7E (or 0x2FDF7E) is known color: Shamrock. HEX triplet: 2F, DF and 7E. RGB value is (47,223,126). Sum of RGB (Red+Green+Blue) = 47+223+126=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF7E is #D02081. Grayscale: #9F9F9F. Windows color (decimal): -13639810 or 8314671. OLE color: 8314671.
HSL color Cylindrical-coordinate representation of color #2FDF7E: hue angle of 146.93º degrees, saturation: 0.73, 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 #2FDF7E is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 126 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.13 |
| HSL | 146.93º | 0.73% | 0.53% | - |
| HSV(B) | 146.93º | 0.79% | 0.87% | - |
| XYZ | 31.33 | 54.89 | 28.68 | - |
| YUV | 159.32 | 109.19 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 126 | 0.79 | 0 | 0.43 | 0.13 | 146.93 | 0.73 | 0.53 |
| Hex | 2F | DF | 7E | 4F | 0 | 2B | D | 93 | 49 | 35 |
| Octal | 57 | 337 | 176 | 117 | 0 | 53 | 15 | 223 | 111 | 65 |
| Binary | 101111 | 11011111 | 1111110 | 1001111 | 0 | 101011 | 1101 | 10010011 | 1001001 | 110101 |
Color Harmonies of #2FDF7E
Complementary color
Monochromatic Colors of #2FDF7E
Black with #2FDF7E
Text Example
Text Example
White with #2FDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF7E; }
p { color: rgb(47,223,126); }
H1.HeaderClassName
{
color: #2FDF7E;
}
.AnyTagClassName
{
color: #2FDF7E;
}
</style>
background-color css
<style>
a { background-color: #2FDF7E; }
a { background-color: rgb(47,223,126); }
div.DivClassName
{
background-color: #2FDF7E;
}
.BgClassName
{
background-color: #2FDF7E;
}
</style>
border-color css
<style>
span { border-color: #2FDF7E; }
span { border-color: rgb(47,223,126); }
td.TdClassName
{
border-color: #2FDF7E;
}
.TagClassName
{
border-color: #2FDF7E;
}
</style>