Shades of Shamrock #2EF082
Tints of Shamrock #2EF082
RGB
CMYK
RGB Variations
Color information
#2EF082 (or 0x2EF082) is known color: Shamrock. HEX triplet: 2E, F0 and 82. RGB value is (46,240,130). Sum of RGB (Red+Green+Blue) = 46+240+130=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF082 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF082 is #D10F7D. Grayscale: #A9A9A9. Windows color (decimal): -13700990 or 8581166. OLE color: 8581166.
HSL color Cylindrical-coordinate representation of color #2EF082: hue angle of 145.98º 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 #2EF082 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 130 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.06 |
| HSL | 145.98º | 0.87% | 0.56% | - |
| HSV(B) | 145.98º | 0.81% | 0.94% | - |
| XYZ | 36.32 | 64.51 | 31.66 | - |
| YUV | 169.45 | 105.73 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 130 | 0.81 | 0 | 0.46 | 0.06 | 145.98 | 0.87 | 0.56 |
| Hex | 2E | F0 | 82 | 51 | 0 | 2E | 6 | 92 | 57 | 38 |
| Octal | 56 | 360 | 202 | 121 | 0 | 56 | 6 | 222 | 127 | 70 |
| Binary | 101110 | 11110000 | 10000010 | 1010001 | 0 | 101110 | 110 | 10010010 | 1010111 | 111000 |
Color Harmonies of #2EF082
Complementary color
Monochromatic Colors of #2EF082
Black with #2EF082
Text Example
Text Example
White with #2EF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF082; }
p { color: rgb(46,240,130); }
H1.HeaderClassName
{
color: #2EF082;
}
.AnyTagClassName
{
color: #2EF082;
}
</style>
background-color css
<style>
a { background-color: #2EF082; }
a { background-color: rgb(46,240,130); }
div.DivClassName
{
background-color: #2EF082;
}
.BgClassName
{
background-color: #2EF082;
}
</style>
border-color css
<style>
span { border-color: #2EF082; }
span { border-color: rgb(46,240,130); }
td.TdClassName
{
border-color: #2EF082;
}
.TagClassName
{
border-color: #2EF082;
}
</style>