Shades of Shamrock #2EF098
Tints of Shamrock #2EF098
RGB
CMYK
RGB Variations
Color information
#2EF098 (or 0x2EF098) is known color: Shamrock. HEX triplet: 2E, F0 and 98. RGB value is (46,240,152). Sum of RGB (Red+Green+Blue) = 46+240+152=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF098 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF098 is #D10F67. Grayscale: #ACACAC. Windows color (decimal): -13700968 or 10022958. OLE color: 10022958.
HSL color Cylindrical-coordinate representation of color #2EF098: hue angle of 152.78º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF098 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 152 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.06 |
| HSL | 152.78º | 0.87% | 0.56% | - |
| HSV(B) | 152.78º | 0.81% | 0.94% | - |
| XYZ | 37.95 | 65.17 | 40.28 | - |
| YUV | 171.96 | 116.73 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 152 | 0.81 | 0 | 0.37 | 0.06 | 152.78 | 0.87 | 0.56 |
| Hex | 2E | F0 | 98 | 51 | 0 | 25 | 6 | 99 | 57 | 38 |
| Octal | 56 | 360 | 230 | 121 | 0 | 45 | 6 | 231 | 127 | 70 |
| Binary | 101110 | 11110000 | 10011000 | 1010001 | 0 | 100101 | 110 | 10011001 | 1010111 | 111000 |
Color Harmonies of #2EF098
Complementary color
Monochromatic Colors of #2EF098
Black with #2EF098
Text Example
Text Example
White with #2EF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF098; }
p { color: rgb(46,240,152); }
H1.HeaderClassName
{
color: #2EF098;
}
.AnyTagClassName
{
color: #2EF098;
}
</style>
background-color css
<style>
a { background-color: #2EF098; }
a { background-color: rgb(46,240,152); }
div.DivClassName
{
background-color: #2EF098;
}
.BgClassName
{
background-color: #2EF098;
}
</style>
border-color css
<style>
span { border-color: #2EF098; }
span { border-color: rgb(46,240,152); }
td.TdClassName
{
border-color: #2EF098;
}
.TagClassName
{
border-color: #2EF098;
}
</style>