Shades of Shamrock #2EF394
Tints of Shamrock #2EF394
RGB
CMYK
RGB Variations
Color information
#2EF394 (or 0x2EF394) is known color: Shamrock. HEX triplet: 2E, F3 and 94. RGB value is (46,243,148). Sum of RGB (Red+Green+Blue) = 46+243+148=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF394 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF394 is #D10C6B. Grayscale: #ADADAD. Windows color (decimal): -13700204 or 9761582. OLE color: 9761582.
HSL color Cylindrical-coordinate representation of color #2EF394: hue angle of 151.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 #2EF394 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 148 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.05 |
| HSL | 151.07º | 0.89% | 0.57% | - |
| HSV(B) | 151.07º | 0.81% | 0.95% | - |
| XYZ | 38.52 | 66.82 | 38.88 | - |
| YUV | 173.27 | 113.73 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 148 | 0.81 | 0 | 0.39 | 0.05 | 151.07 | 0.89 | 0.57 |
| Hex | 2E | F3 | 94 | 51 | 0 | 27 | 5 | 97 | 59 | 39 |
| Octal | 56 | 363 | 224 | 121 | 0 | 47 | 5 | 227 | 131 | 71 |
| Binary | 101110 | 11110011 | 10010100 | 1010001 | 0 | 100111 | 101 | 10010111 | 1011001 | 111001 |
Color Harmonies of #2EF394
Complementary color
Monochromatic Colors of #2EF394
Black with #2EF394
Text Example
Text Example
White with #2EF394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF394; }
p { color: rgb(46,243,148); }
H1.HeaderClassName
{
color: #2EF394;
}
.AnyTagClassName
{
color: #2EF394;
}
</style>
background-color css
<style>
a { background-color: #2EF394; }
a { background-color: rgb(46,243,148); }
div.DivClassName
{
background-color: #2EF394;
}
.BgClassName
{
background-color: #2EF394;
}
</style>
border-color css
<style>
span { border-color: #2EF394; }
span { border-color: rgb(46,243,148); }
td.TdClassName
{
border-color: #2EF394;
}
.TagClassName
{
border-color: #2EF394;
}
</style>