Shades of Shamrock #2EEC8F
Tints of Shamrock #2EEC8F
RGB
CMYK
RGB Variations
Color information
#2EEC8F (or 0x2EEC8F) is known color: Shamrock. HEX triplet: 2E, EC and 8F. RGB value is (46,236,143). Sum of RGB (Red+Green+Blue) = 46+236+143=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEC8F is #D11370. Grayscale: #A8A8A8. Windows color (decimal): -13702001 or 9432110. OLE color: 9432110.
HSL color Cylindrical-coordinate representation of color #2EEC8F: hue angle of 150.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEC8F is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 143 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.07 |
| HSL | 150.63º | 0.83% | 0.55% | - |
| HSV(B) | 150.63º | 0.81% | 0.93% | - |
| XYZ | 36.08 | 62.55 | 36.16 | - |
| YUV | 168.59 | 113.55 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 143 | 0.81 | 0 | 0.39 | 0.07 | 150.63 | 0.83 | 0.55 |
| Hex | 2E | EC | 8F | 51 | 0 | 27 | 7 | 97 | 53 | 37 |
| Octal | 56 | 354 | 217 | 121 | 0 | 47 | 7 | 227 | 123 | 67 |
| Binary | 101110 | 11101100 | 10001111 | 1010001 | 0 | 100111 | 111 | 10010111 | 1010011 | 110111 |
Color Harmonies of #2EEC8F
Complementary color
Monochromatic Colors of #2EEC8F
Black with #2EEC8F
Text Example
Text Example
White with #2EEC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEC8F; }
p { color: rgb(46,236,143); }
H1.HeaderClassName
{
color: #2EEC8F;
}
.AnyTagClassName
{
color: #2EEC8F;
}
</style>
background-color css
<style>
a { background-color: #2EEC8F; }
a { background-color: rgb(46,236,143); }
div.DivClassName
{
background-color: #2EEC8F;
}
.BgClassName
{
background-color: #2EEC8F;
}
</style>
border-color css
<style>
span { border-color: #2EEC8F; }
span { border-color: rgb(46,236,143); }
td.TdClassName
{
border-color: #2EEC8F;
}
.TagClassName
{
border-color: #2EEC8F;
}
</style>