Shades of Shamrock #2FF78B
Tints of Shamrock #2FF78B
RGB
CMYK
RGB Variations
Color information
#2FF78B (or 0x2FF78B) is known color: Shamrock. HEX triplet: 2F, F7 and 8B. RGB value is (47,247,139). Sum of RGB (Red+Green+Blue) = 47+247+139=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF78B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF78B is #D00874. Grayscale: #AFAFAF. Windows color (decimal): -13633653 or 9172783. OLE color: 9172783.
HSL color Cylindrical-coordinate representation of color #2FF78B: hue angle of 147.6º 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 #2FF78B is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 139 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.03 |
| HSL | 147.6º | 0.93% | 0.58% | - |
| HSV(B) | 147.6º | 0.81% | 0.97% | - |
| XYZ | 39.09 | 68.99 | 35.68 | - |
| YUV | 174.89 | 107.74 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 139 | 0.81 | 0 | 0.44 | 0.03 | 147.6 | 0.93 | 0.58 |
| Hex | 2F | F7 | 8B | 51 | 0 | 2C | 3 | 94 | 5D | 3A |
| Octal | 57 | 367 | 213 | 121 | 0 | 54 | 3 | 224 | 135 | 72 |
| Binary | 101111 | 11110111 | 10001011 | 1010001 | 0 | 101100 | 11 | 10010100 | 1011101 | 111010 |
Color Harmonies of #2FF78B
Complementary color
Monochromatic Colors of #2FF78B
Black with #2FF78B
Text Example
Text Example
White with #2FF78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF78B; }
p { color: rgb(47,247,139); }
H1.HeaderClassName
{
color: #2FF78B;
}
.AnyTagClassName
{
color: #2FF78B;
}
</style>
background-color css
<style>
a { background-color: #2FF78B; }
a { background-color: rgb(47,247,139); }
div.DivClassName
{
background-color: #2FF78B;
}
.BgClassName
{
background-color: #2FF78B;
}
</style>
border-color css
<style>
span { border-color: #2FF78B; }
span { border-color: rgb(47,247,139); }
td.TdClassName
{
border-color: #2FF78B;
}
.TagClassName
{
border-color: #2FF78B;
}
</style>