Shades of Shamrock #2FDF7F
Tints of Shamrock #2FDF7F
RGB
CMYK
RGB Variations
Color information
#2FDF7F (or 0x2FDF7F) is known color: Shamrock. HEX triplet: 2F, DF and 7F. RGB value is (47,223,127). Sum of RGB (Red+Green+Blue) = 47+223+127=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF7F is #D02080. Grayscale: #9F9F9F. Windows color (decimal): -13639809 or 8380207. OLE color: 8380207.
HSL color Cylindrical-coordinate representation of color #2FDF7F: hue angle of 147.27º 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 #2FDF7F is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 127 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.13 |
| HSL | 147.27º | 0.73% | 0.53% | - |
| HSV(B) | 147.27º | 0.79% | 0.87% | - |
| XYZ | 31.39 | 54.91 | 29.02 | - |
| YUV | 159.43 | 109.69 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 127 | 0.79 | 0 | 0.43 | 0.13 | 147.27 | 0.73 | 0.53 |
| Hex | 2F | DF | 7F | 4F | 0 | 2B | D | 93 | 49 | 35 |
| Octal | 57 | 337 | 177 | 117 | 0 | 53 | 15 | 223 | 111 | 65 |
| Binary | 101111 | 11011111 | 1111111 | 1001111 | 0 | 101011 | 1101 | 10010011 | 1001001 | 110101 |
Color Harmonies of #2FDF7F
Complementary color
Monochromatic Colors of #2FDF7F
Black with #2FDF7F
Text Example
Text Example
White with #2FDF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF7F; }
p { color: rgb(47,223,127); }
H1.HeaderClassName
{
color: #2FDF7F;
}
.AnyTagClassName
{
color: #2FDF7F;
}
</style>
background-color css
<style>
a { background-color: #2FDF7F; }
a { background-color: rgb(47,223,127); }
div.DivClassName
{
background-color: #2FDF7F;
}
.BgClassName
{
background-color: #2FDF7F;
}
</style>
border-color css
<style>
span { border-color: #2FDF7F; }
span { border-color: rgb(47,223,127); }
td.TdClassName
{
border-color: #2FDF7F;
}
.TagClassName
{
border-color: #2FDF7F;
}
</style>