Shades of Shamrock #2EF393
Tints of Shamrock #2EF393
RGB
CMYK
RGB Variations
Color information
#2EF393 (or 0x2EF393) is known color: Shamrock. HEX triplet: 2E, F3 and 93. RGB value is (46,243,147). Sum of RGB (Red+Green+Blue) = 46+243+147=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF393 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF393 is #D10C6C. Grayscale: #ADADAD. Windows color (decimal): -13700205 or 9696046. OLE color: 9696046.
HSL color Cylindrical-coordinate representation of color #2EF393: hue angle of 150.76º 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 #2EF393 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 147 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.05 |
| HSL | 150.76º | 0.89% | 0.57% | - |
| HSV(B) | 150.76º | 0.81% | 0.95% | - |
| XYZ | 38.44 | 66.79 | 38.47 | - |
| YUV | 173.15 | 113.23 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 147 | 0.81 | 0 | 0.40 | 0.05 | 150.76 | 0.89 | 0.57 |
| Hex | 2E | F3 | 93 | 51 | 0 | 28 | 5 | 97 | 59 | 39 |
| Octal | 56 | 363 | 223 | 121 | 0 | 50 | 5 | 227 | 131 | 71 |
| Binary | 101110 | 11110011 | 10010011 | 1010001 | 0 | 101000 | 101 | 10010111 | 1011001 | 111001 |
Color Harmonies of #2EF393
Complementary color
Monochromatic Colors of #2EF393
Black with #2EF393
Text Example
Text Example
White with #2EF393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF393; }
p { color: rgb(46,243,147); }
H1.HeaderClassName
{
color: #2EF393;
}
.AnyTagClassName
{
color: #2EF393;
}
</style>
background-color css
<style>
a { background-color: #2EF393; }
a { background-color: rgb(46,243,147); }
div.DivClassName
{
background-color: #2EF393;
}
.BgClassName
{
background-color: #2EF393;
}
</style>
border-color css
<style>
span { border-color: #2EF393; }
span { border-color: rgb(46,243,147); }
td.TdClassName
{
border-color: #2EF393;
}
.TagClassName
{
border-color: #2EF393;
}
</style>