Shades of Shamrock #2ED77A
Tints of Shamrock #2ED77A
RGB
CMYK
RGB Variations
Color information
#2ED77A (or 0x2ED77A) is known color: Shamrock. HEX triplet: 2E, D7 and 7A. RGB value is (46,215,122). Sum of RGB (Red+Green+Blue) = 46+215+122=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED77A is #D12885. Grayscale: #9A9A9A. Windows color (decimal): -13707398 or 8050478. OLE color: 8050478.
HSL color Cylindrical-coordinate representation of color #2ED77A: hue angle of 146.98º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED77A is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 122 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.16 |
| HSL | 146.98º | 0.68% | 0.51% | - |
| HSV(B) | 146.98º | 0.79% | 0.84% | - |
| XYZ | 28.94 | 50.59 | 26.65 | - |
| YUV | 153.87 | 110.01 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 122 | 0.79 | 0 | 0.43 | 0.16 | 146.98 | 0.68 | 0.51 |
| Hex | 2E | D7 | 7A | 4F | 0 | 2B | 10 | 93 | 44 | 33 |
| Octal | 56 | 327 | 172 | 117 | 0 | 53 | 20 | 223 | 104 | 63 |
| Binary | 101110 | 11010111 | 1111010 | 1001111 | 0 | 101011 | 10000 | 10010011 | 1000100 | 110011 |
Color Harmonies of #2ED77A
Complementary color
Monochromatic Colors of #2ED77A
Black with #2ED77A
Text Example
Text Example
White with #2ED77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED77A; }
p { color: rgb(46,215,122); }
H1.HeaderClassName
{
color: #2ED77A;
}
.AnyTagClassName
{
color: #2ED77A;
}
</style>
background-color css
<style>
a { background-color: #2ED77A; }
a { background-color: rgb(46,215,122); }
div.DivClassName
{
background-color: #2ED77A;
}
.BgClassName
{
background-color: #2ED77A;
}
</style>
border-color css
<style>
span { border-color: #2ED77A; }
span { border-color: rgb(46,215,122); }
td.TdClassName
{
border-color: #2ED77A;
}
.TagClassName
{
border-color: #2ED77A;
}
</style>