Shades of Shamrock #2EF288
Tints of Shamrock #2EF288
RGB
CMYK
RGB Variations
Color information
#2EF288 (or 0x2EF288) is known color: Shamrock. HEX triplet: 2E, F2 and 88. RGB value is (46,242,136). Sum of RGB (Red+Green+Blue) = 46+242+136=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 242 (94.92% from 255 or 57.08% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF288 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF288 is #D10D77. Grayscale: #ABABAB. Windows color (decimal): -13700472 or 8974894. OLE color: 8974894.
HSL color Cylindrical-coordinate representation of color #2EF288: hue angle of 147.55º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF288 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 136 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.05 |
| HSL | 147.55º | 0.88% | 0.56% | - |
| HSV(B) | 147.55º | 0.81% | 0.95% | - |
| XYZ | 37.32 | 65.86 | 34.04 | - |
| YUV | 171.31 | 108.07 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 136 | 0.81 | 0 | 0.44 | 0.05 | 147.55 | 0.88 | 0.56 |
| Hex | 2E | F2 | 88 | 51 | 0 | 2C | 5 | 94 | 58 | 38 |
| Octal | 56 | 362 | 210 | 121 | 0 | 54 | 5 | 224 | 130 | 70 |
| Binary | 101110 | 11110010 | 10001000 | 1010001 | 0 | 101100 | 101 | 10010100 | 1011000 | 111000 |
Color Harmonies of #2EF288
Complementary color
Monochromatic Colors of #2EF288
Black with #2EF288
Text Example
Text Example
White with #2EF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF288; }
p { color: rgb(46,242,136); }
H1.HeaderClassName
{
color: #2EF288;
}
.AnyTagClassName
{
color: #2EF288;
}
</style>
background-color css
<style>
a { background-color: #2EF288; }
a { background-color: rgb(46,242,136); }
div.DivClassName
{
background-color: #2EF288;
}
.BgClassName
{
background-color: #2EF288;
}
</style>
border-color css
<style>
span { border-color: #2EF288; }
span { border-color: rgb(46,242,136); }
td.TdClassName
{
border-color: #2EF288;
}
.TagClassName
{
border-color: #2EF288;
}
</style>