Shades of Shamrock #2EF294
Tints of Shamrock #2EF294
RGB
CMYK
RGB Variations
Color information
#2EF294 (or 0x2EF294) is known color: Shamrock. HEX triplet: 2E, F2 and 94. RGB value is (46,242,148). Sum of RGB (Red+Green+Blue) = 46+242+148=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF294 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF294 is #D10D6B. Grayscale: #ACACAC. Windows color (decimal): -13700460 or 9761326. OLE color: 9761326.
HSL color Cylindrical-coordinate representation of color #2EF294: hue angle of 151.22º degrees, saturation: 0.88, 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 #2EF294 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 148 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.05 |
| HSL | 151.22º | 0.88% | 0.56% | - |
| HSV(B) | 151.22º | 0.81% | 0.95% | - |
| XYZ | 38.22 | 66.22 | 38.78 | - |
| YUV | 172.68 | 114.07 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 148 | 0.81 | 0 | 0.39 | 0.05 | 151.22 | 0.88 | 0.56 |
| Hex | 2E | F2 | 94 | 51 | 0 | 27 | 5 | 97 | 58 | 38 |
| Octal | 56 | 362 | 224 | 121 | 0 | 47 | 5 | 227 | 130 | 70 |
| Binary | 101110 | 11110010 | 10010100 | 1010001 | 0 | 100111 | 101 | 10010111 | 1011000 | 111000 |
Color Harmonies of #2EF294
Complementary color
Monochromatic Colors of #2EF294
Black with #2EF294
Text Example
Text Example
White with #2EF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF294; }
p { color: rgb(46,242,148); }
H1.HeaderClassName
{
color: #2EF294;
}
.AnyTagClassName
{
color: #2EF294;
}
</style>
background-color css
<style>
a { background-color: #2EF294; }
a { background-color: rgb(46,242,148); }
div.DivClassName
{
background-color: #2EF294;
}
.BgClassName
{
background-color: #2EF294;
}
</style>
border-color css
<style>
span { border-color: #2EF294; }
span { border-color: rgb(46,242,148); }
td.TdClassName
{
border-color: #2EF294;
}
.TagClassName
{
border-color: #2EF294;
}
</style>