Shades of Shamrock #2EEF98
Tints of Shamrock #2EEF98
RGB
CMYK
RGB Variations
Color information
#2EEF98 (or 0x2EEF98) is known color: Shamrock. HEX triplet: 2E, EF and 98. RGB value is (46,239,152). Sum of RGB (Red+Green+Blue) = 46+239+152=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEF98 is #D11067. Grayscale: #ABABAB. Windows color (decimal): -13701224 or 10022702. OLE color: 10022702.
HSL color Cylindrical-coordinate representation of color #2EEF98: hue angle of 152.95º degrees, saturation: 0.86, 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 #2EEF98 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 152 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.06 |
| HSL | 152.95º | 0.86% | 0.56% | - |
| HSV(B) | 152.95º | 0.81% | 0.94% | - |
| XYZ | 37.66 | 64.58 | 40.19 | - |
| YUV | 171.38 | 117.06 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 152 | 0.81 | 0 | 0.36 | 0.06 | 152.95 | 0.86 | 0.56 |
| Hex | 2E | EF | 98 | 51 | 0 | 24 | 6 | 99 | 56 | 38 |
| Octal | 56 | 357 | 230 | 121 | 0 | 44 | 6 | 231 | 126 | 70 |
| Binary | 101110 | 11101111 | 10011000 | 1010001 | 0 | 100100 | 110 | 10011001 | 1010110 | 111000 |
Color Harmonies of #2EEF98
Complementary color
Monochromatic Colors of #2EEF98
Black with #2EEF98
Text Example
Text Example
White with #2EEF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF98; }
p { color: rgb(46,239,152); }
H1.HeaderClassName
{
color: #2EEF98;
}
.AnyTagClassName
{
color: #2EEF98;
}
</style>
background-color css
<style>
a { background-color: #2EEF98; }
a { background-color: rgb(46,239,152); }
div.DivClassName
{
background-color: #2EEF98;
}
.BgClassName
{
background-color: #2EEF98;
}
</style>
border-color css
<style>
span { border-color: #2EEF98; }
span { border-color: rgb(46,239,152); }
td.TdClassName
{
border-color: #2EEF98;
}
.TagClassName
{
border-color: #2EEF98;
}
</style>