Shades of Shamrock #2EF3AB
Tints of Shamrock #2EF3AB
RGB
CMYK
RGB Variations
Color information
#2EF3AB (or 0x2EF3AB) is known color: Shamrock. HEX triplet: 2E, F3 and AB. RGB value is (46,243,171). Sum of RGB (Red+Green+Blue) = 46+243+171=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF3AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF3AB is #D10C54. Grayscale: #AFAFAF. Windows color (decimal): -13700181 or 11268910. OLE color: 11268910.
HSL color Cylindrical-coordinate representation of color #2EF3AB: hue angle of 158.07º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF3AB is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 171 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.05 |
| HSL | 158.07º | 0.89% | 0.57% | - |
| HSV(B) | 158.07º | 0.81% | 0.95% | - |
| XYZ | 40.53 | 67.62 | 49.44 | - |
| YUV | 175.89 | 125.23 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 171 | 0.81 | 0 | 0.30 | 0.05 | 158.07 | 0.89 | 0.57 |
| Hex | 2E | F3 | AB | 51 | 0 | 1E | 5 | 9E | 59 | 39 |
| Octal | 56 | 363 | 253 | 121 | 0 | 36 | 5 | 236 | 131 | 71 |
| Binary | 101110 | 11110011 | 10101011 | 1010001 | 0 | 11110 | 101 | 10011110 | 1011001 | 111001 |
Color Harmonies of #2EF3AB
Complementary color
Monochromatic Colors of #2EF3AB
Black with #2EF3AB
Text Example
Text Example
White with #2EF3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF3AB; }
p { color: rgb(46,243,171); }
H1.HeaderClassName
{
color: #2EF3AB;
}
.AnyTagClassName
{
color: #2EF3AB;
}
</style>
background-color css
<style>
a { background-color: #2EF3AB; }
a { background-color: rgb(46,243,171); }
div.DivClassName
{
background-color: #2EF3AB;
}
.BgClassName
{
background-color: #2EF3AB;
}
</style>
border-color css
<style>
span { border-color: #2EF3AB; }
span { border-color: rgb(46,243,171); }
td.TdClassName
{
border-color: #2EF3AB;
}
.TagClassName
{
border-color: #2EF3AB;
}
</style>