Shades of Shamrock #2FD37F
Tints of Shamrock #2FD37F
RGB
CMYK
RGB Variations
Color information
#2FD37F (or 0x2FD37F) is known color: Shamrock. HEX triplet: 2F, D3 and 7F. RGB value is (47,211,127). Sum of RGB (Red+Green+Blue) = 47+211+127=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD37F is #D02C80. Grayscale: #989898. Windows color (decimal): -13642881 or 8377135. OLE color: 8377135.
HSL color Cylindrical-coordinate representation of color #2FD37F: hue angle of 149.27º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD37F is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 211 | 127 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.17 |
| HSL | 149.27º | 0.65% | 0.51% | - |
| HSV(B) | 149.27º | 0.78% | 0.83% | - |
| XYZ | 28.3 | 48.73 | 27.99 | - |
| YUV | 152.39 | 113.67 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 211 | 127 | 0.78 | 0 | 0.40 | 0.17 | 149.27 | 0.65 | 0.51 |
| Hex | 2F | D3 | 7F | 4E | 0 | 28 | 11 | 95 | 41 | 33 |
| Octal | 57 | 323 | 177 | 116 | 0 | 50 | 21 | 225 | 101 | 63 |
| Binary | 101111 | 11010011 | 1111111 | 1001110 | 0 | 101000 | 10001 | 10010101 | 1000001 | 110011 |
Color Harmonies of #2FD37F
Complementary color
Monochromatic Colors of #2FD37F
Black with #2FD37F
Text Example
Text Example
White with #2FD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD37F; }
p { color: rgb(47,211,127); }
H1.HeaderClassName
{
color: #2FD37F;
}
.AnyTagClassName
{
color: #2FD37F;
}
</style>
background-color css
<style>
a { background-color: #2FD37F; }
a { background-color: rgb(47,211,127); }
div.DivClassName
{
background-color: #2FD37F;
}
.BgClassName
{
background-color: #2FD37F;
}
</style>
border-color css
<style>
span { border-color: #2FD37F; }
span { border-color: rgb(47,211,127); }
td.TdClassName
{
border-color: #2FD37F;
}
.TagClassName
{
border-color: #2FD37F;
}
</style>