Shades of Shamrock #2EF099
Tints of Shamrock #2EF099
RGB
CMYK
RGB Variations
Color information
#2EF099 (or 0x2EF099) is known color: Shamrock. HEX triplet: 2E, F0 and 99. RGB value is (46,240,153). Sum of RGB (Red+Green+Blue) = 46+240+153=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF099 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF099 is #D10F66. Grayscale: #ACACAC. Windows color (decimal): -13700967 or 10088494. OLE color: 10088494.
HSL color Cylindrical-coordinate representation of color #2EF099: hue angle of 153.09º 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 #2EF099 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 153 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.06 |
| HSL | 153.09º | 0.87% | 0.56% | - |
| HSV(B) | 153.09º | 0.81% | 0.94% | - |
| XYZ | 38.04 | 65.2 | 40.72 | - |
| YUV | 172.08 | 117.23 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 153 | 0.81 | 0 | 0.36 | 0.06 | 153.09 | 0.87 | 0.56 |
| Hex | 2E | F0 | 99 | 51 | 0 | 24 | 6 | 99 | 57 | 38 |
| Octal | 56 | 360 | 231 | 121 | 0 | 44 | 6 | 231 | 127 | 70 |
| Binary | 101110 | 11110000 | 10011001 | 1010001 | 0 | 100100 | 110 | 10011001 | 1010111 | 111000 |
Color Harmonies of #2EF099
Complementary color
Monochromatic Colors of #2EF099
Black with #2EF099
Text Example
Text Example
White with #2EF099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF099; }
p { color: rgb(46,240,153); }
H1.HeaderClassName
{
color: #2EF099;
}
.AnyTagClassName
{
color: #2EF099;
}
</style>
background-color css
<style>
a { background-color: #2EF099; }
a { background-color: rgb(46,240,153); }
div.DivClassName
{
background-color: #2EF099;
}
.BgClassName
{
background-color: #2EF099;
}
</style>
border-color css
<style>
span { border-color: #2EF099; }
span { border-color: rgb(46,240,153); }
td.TdClassName
{
border-color: #2EF099;
}
.TagClassName
{
border-color: #2EF099;
}
</style>