Shades of Shamrock #2FF78F
Tints of Shamrock #2FF78F
RGB
CMYK
RGB Variations
Color information
#2FF78F (or 0x2FF78F) is known color: Shamrock. HEX triplet: 2F, F7 and 8F. RGB value is (47,247,143). Sum of RGB (Red+Green+Blue) = 47+247+143=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 247 (96.88% from 255 or 56.52% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF78F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF78F is #D00870. Grayscale: #AFAFAF. Windows color (decimal): -13633649 or 9434927. OLE color: 9434927.
HSL color Cylindrical-coordinate representation of color #2FF78F: hue angle of 148.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF78F is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 143 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.03 |
| HSL | 148.8º | 0.93% | 0.58% | - |
| HSV(B) | 148.8º | 0.81% | 0.97% | - |
| XYZ | 39.39 | 69.11 | 37.25 | - |
| YUV | 175.34 | 109.74 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 143 | 0.81 | 0 | 0.42 | 0.03 | 148.8 | 0.93 | 0.58 |
| Hex | 2F | F7 | 8F | 51 | 0 | 2A | 3 | 95 | 5D | 3A |
| Octal | 57 | 367 | 217 | 121 | 0 | 52 | 3 | 225 | 135 | 72 |
| Binary | 101111 | 11110111 | 10001111 | 1010001 | 0 | 101010 | 11 | 10010101 | 1011101 | 111010 |
Color Harmonies of #2FF78F
Complementary color
Monochromatic Colors of #2FF78F
Black with #2FF78F
Text Example
Text Example
White with #2FF78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF78F; }
p { color: rgb(47,247,143); }
H1.HeaderClassName
{
color: #2FF78F;
}
.AnyTagClassName
{
color: #2FF78F;
}
</style>
background-color css
<style>
a { background-color: #2FF78F; }
a { background-color: rgb(47,247,143); }
div.DivClassName
{
background-color: #2FF78F;
}
.BgClassName
{
background-color: #2FF78F;
}
</style>
border-color css
<style>
span { border-color: #2FF78F; }
span { border-color: rgb(47,247,143); }
td.TdClassName
{
border-color: #2FF78F;
}
.TagClassName
{
border-color: #2FF78F;
}
</style>