Shades of Shamrock #2EF1AF
Tints of Shamrock #2EF1AF
RGB
CMYK
RGB Variations
Color information
#2EF1AF (or 0x2EF1AF) is known color: Shamrock. HEX triplet: 2E, F1 and AF. RGB value is (46,241,175). Sum of RGB (Red+Green+Blue) = 46+241+175=462 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.96% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF1AF is #D10E50. Grayscale: #AFAFAF. Windows color (decimal): -13700689 or 11530542. OLE color: 11530542.
HSL color Cylindrical-coordinate representation of color #2EF1AF: hue angle of 159.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF1AF is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 175 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.05 |
| HSL | 159.69º | 0.87% | 0.56% | - |
| HSV(B) | 159.69º | 0.81% | 0.95% | - |
| XYZ | 40.32 | 66.59 | 51.28 | - |
| YUV | 175.17 | 127.9 | 35.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 175 | 0.81 | 0 | 0.27 | 0.05 | 159.69 | 0.87 | 0.56 |
| Hex | 2E | F1 | AF | 51 | 0 | 1B | 5 | A0 | 57 | 38 |
| Octal | 56 | 361 | 257 | 121 | 0 | 33 | 5 | 240 | 127 | 70 |
| Binary | 101110 | 11110001 | 10101111 | 1010001 | 0 | 11011 | 101 | 10100000 | 1010111 | 111000 |
Color Harmonies of #2EF1AF
Complementary color
Monochromatic Colors of #2EF1AF
Black with #2EF1AF
Text Example
Text Example
White with #2EF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF1AF; }
p { color: rgb(46,241,175); }
H1.HeaderClassName
{
color: #2EF1AF;
}
.AnyTagClassName
{
color: #2EF1AF;
}
</style>
background-color css
<style>
a { background-color: #2EF1AF; }
a { background-color: rgb(46,241,175); }
div.DivClassName
{
background-color: #2EF1AF;
}
.BgClassName
{
background-color: #2EF1AF;
}
</style>
border-color css
<style>
span { border-color: #2EF1AF; }
span { border-color: rgb(46,241,175); }
td.TdClassName
{
border-color: #2EF1AF;
}
.TagClassName
{
border-color: #2EF1AF;
}
</style>