Shades of Shamrock #2EF794
Tints of Shamrock #2EF794
RGB
CMYK
RGB Variations
Color information
#2EF794 (or 0x2EF794) is known color: Shamrock. HEX triplet: 2E, F7 and 94. RGB value is (46,247,148). Sum of RGB (Red+Green+Blue) = 46+247+148=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF794 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF794 is #D1086B. Grayscale: #AFAFAF. Windows color (decimal): -13699180 or 9762606. OLE color: 9762606.
HSL color Cylindrical-coordinate representation of color #2EF794: hue angle of 150.45º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF794 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 247 | 148 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.03 |
| HSL | 150.45º | 0.93% | 0.57% | - |
| HSV(B) | 150.45º | 0.81% | 0.97% | - |
| XYZ | 39.73 | 69.24 | 39.29 | - |
| YUV | 175.62 | 112.41 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 247 | 148 | 0.81 | 0 | 0.40 | 0.03 | 150.45 | 0.93 | 0.57 |
| Hex | 2E | F7 | 94 | 51 | 0 | 28 | 3 | 96 | 5D | 39 |
| Octal | 56 | 367 | 224 | 121 | 0 | 50 | 3 | 226 | 135 | 71 |
| Binary | 101110 | 11110111 | 10010100 | 1010001 | 0 | 101000 | 11 | 10010110 | 1011101 | 111001 |
Color Harmonies of #2EF794
Complementary color
Monochromatic Colors of #2EF794
Black with #2EF794
Text Example
Text Example
White with #2EF794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF794; }
p { color: rgb(46,247,148); }
H1.HeaderClassName
{
color: #2EF794;
}
.AnyTagClassName
{
color: #2EF794;
}
</style>
background-color css
<style>
a { background-color: #2EF794; }
a { background-color: rgb(46,247,148); }
div.DivClassName
{
background-color: #2EF794;
}
.BgClassName
{
background-color: #2EF794;
}
</style>
border-color css
<style>
span { border-color: #2EF794; }
span { border-color: rgb(46,247,148); }
td.TdClassName
{
border-color: #2EF794;
}
.TagClassName
{
border-color: #2EF794;
}
</style>