Shades of Shamrock #2EE985
Tints of Shamrock #2EE985
RGB
CMYK
RGB Variations
Color information
#2EE985 (or 0x2EE985) is known color: Shamrock. HEX triplet: 2E, E9 and 85. RGB value is (46,233,133). Sum of RGB (Red+Green+Blue) = 46+233+133=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 233 (91.41% from 255 or 56.55% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE985 is #D1167A. Grayscale: #A5A5A5. Windows color (decimal): -13702779 or 8775982. OLE color: 8775982.
HSL color Cylindrical-coordinate representation of color #2EE985: hue angle of 147.91º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE985 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 133 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.09 |
| HSL | 147.91º | 0.81% | 0.55% | - |
| HSV(B) | 147.91º | 0.8% | 0.91% | - |
| XYZ | 34.5 | 60.55 | 32.06 | - |
| YUV | 165.69 | 109.55 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 133 | 0.80 | 0 | 0.43 | 0.09 | 147.91 | 0.81 | 0.55 |
| Hex | 2E | E9 | 85 | 50 | 0 | 2B | 9 | 94 | 51 | 37 |
| Octal | 56 | 351 | 205 | 120 | 0 | 53 | 11 | 224 | 121 | 67 |
| Binary | 101110 | 11101001 | 10000101 | 1010000 | 0 | 101011 | 1001 | 10010100 | 1010001 | 110111 |
Color Harmonies of #2EE985
Complementary color
Monochromatic Colors of #2EE985
Black with #2EE985
Text Example
Text Example
White with #2EE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE985; }
p { color: rgb(46,233,133); }
H1.HeaderClassName
{
color: #2EE985;
}
.AnyTagClassName
{
color: #2EE985;
}
</style>
background-color css
<style>
a { background-color: #2EE985; }
a { background-color: rgb(46,233,133); }
div.DivClassName
{
background-color: #2EE985;
}
.BgClassName
{
background-color: #2EE985;
}
</style>
border-color css
<style>
span { border-color: #2EE985; }
span { border-color: rgb(46,233,133); }
td.TdClassName
{
border-color: #2EE985;
}
.TagClassName
{
border-color: #2EE985;
}
</style>