Shades of Shamrock #2FF78E
Tints of Shamrock #2FF78E
RGB
CMYK
RGB Variations
Color information
#2FF78E (or 0x2FF78E) is known color: Shamrock. HEX triplet: 2F, F7 and 8E. RGB value is (47,247,142). Sum of RGB (Red+Green+Blue) = 47+247+142=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF78E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF78E is #D00871. Grayscale: #AFAFAF. Windows color (decimal): -13633650 or 9369391. OLE color: 9369391.
HSL color Cylindrical-coordinate representation of color #2FF78E: hue angle of 148.5º 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 #2FF78E is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 142 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.03 |
| HSL | 148.5º | 0.93% | 0.58% | - |
| HSV(B) | 148.5º | 0.81% | 0.97% | - |
| XYZ | 39.32 | 69.08 | 36.85 | - |
| YUV | 175.23 | 109.24 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 142 | 0.81 | 0 | 0.43 | 0.03 | 148.5 | 0.93 | 0.58 |
| Hex | 2F | F7 | 8E | 51 | 0 | 2B | 3 | 94 | 5D | 3A |
| Octal | 57 | 367 | 216 | 121 | 0 | 53 | 3 | 224 | 135 | 72 |
| Binary | 101111 | 11110111 | 10001110 | 1010001 | 0 | 101011 | 11 | 10010100 | 1011101 | 111010 |
Color Harmonies of #2FF78E
Complementary color
Monochromatic Colors of #2FF78E
Black with #2FF78E
Text Example
Text Example
White with #2FF78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF78E; }
p { color: rgb(47,247,142); }
H1.HeaderClassName
{
color: #2FF78E;
}
.AnyTagClassName
{
color: #2FF78E;
}
</style>
background-color css
<style>
a { background-color: #2FF78E; }
a { background-color: rgb(47,247,142); }
div.DivClassName
{
background-color: #2FF78E;
}
.BgClassName
{
background-color: #2FF78E;
}
</style>
border-color css
<style>
span { border-color: #2FF78E; }
span { border-color: rgb(47,247,142); }
td.TdClassName
{
border-color: #2FF78E;
}
.TagClassName
{
border-color: #2FF78E;
}
</style>