Shades of Shamrock #2FF09E
Tints of Shamrock #2FF09E
RGB
CMYK
RGB Variations
Color information
#2FF09E (or 0x2FF09E) is known color: Shamrock. HEX triplet: 2F, F0 and 9E. RGB value is (47,240,158). Sum of RGB (Red+Green+Blue) = 47+240+158=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF09E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF09E is #D00F61. Grayscale: #ADADAD. Windows color (decimal): -13635426 or 10416175. OLE color: 10416175.
HSL color Cylindrical-coordinate representation of color #2FF09E: hue angle of 154.51º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF09E is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 158 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.06 |
| HSL | 154.51º | 0.87% | 0.56% | - |
| HSV(B) | 154.51º | 0.8% | 0.94% | - |
| XYZ | 38.5 | 65.39 | 42.94 | - |
| YUV | 172.95 | 119.56 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 158 | 0.80 | 0 | 0.34 | 0.06 | 154.51 | 0.87 | 0.56 |
| Hex | 2F | F0 | 9E | 50 | 0 | 22 | 6 | 9B | 57 | 38 |
| Octal | 57 | 360 | 236 | 120 | 0 | 42 | 6 | 233 | 127 | 70 |
| Binary | 101111 | 11110000 | 10011110 | 1010000 | 0 | 100010 | 110 | 10011011 | 1010111 | 111000 |
Color Harmonies of #2FF09E
Complementary color
Monochromatic Colors of #2FF09E
Black with #2FF09E
Text Example
Text Example
White with #2FF09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF09E; }
p { color: rgb(47,240,158); }
H1.HeaderClassName
{
color: #2FF09E;
}
.AnyTagClassName
{
color: #2FF09E;
}
</style>
background-color css
<style>
a { background-color: #2FF09E; }
a { background-color: rgb(47,240,158); }
div.DivClassName
{
background-color: #2FF09E;
}
.BgClassName
{
background-color: #2FF09E;
}
</style>
border-color css
<style>
span { border-color: #2FF09E; }
span { border-color: rgb(47,240,158); }
td.TdClassName
{
border-color: #2FF09E;
}
.TagClassName
{
border-color: #2FF09E;
}
</style>