Shades of Shamrock #2ED67B
Tints of Shamrock #2ED67B
RGB
CMYK
RGB Variations
Color information
#2ED67B (or 0x2ED67B) is known color: Shamrock. HEX triplet: 2E, D6 and 7B. RGB value is (46,214,123). Sum of RGB (Red+Green+Blue) = 46+214+123=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED67B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED67B is #D12984. Grayscale: #999999. Windows color (decimal): -13707653 or 8115758. OLE color: 8115758.
HSL color Cylindrical-coordinate representation of color #2ED67B: hue angle of 147.5º degrees, saturation: 0.67, 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 #2ED67B is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 123 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.16 |
| HSL | 147.5º | 0.67% | 0.51% | - |
| HSV(B) | 147.5º | 0.79% | 0.84% | - |
| XYZ | 28.75 | 50.1 | 26.89 | - |
| YUV | 153.39 | 110.84 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 123 | 0.79 | 0 | 0.43 | 0.16 | 147.5 | 0.67 | 0.51 |
| Hex | 2E | D6 | 7B | 4F | 0 | 2B | 10 | 94 | 43 | 33 |
| Octal | 56 | 326 | 173 | 117 | 0 | 53 | 20 | 224 | 103 | 63 |
| Binary | 101110 | 11010110 | 1111011 | 1001111 | 0 | 101011 | 10000 | 10010100 | 1000011 | 110011 |
Color Harmonies of #2ED67B
Complementary color
Monochromatic Colors of #2ED67B
Black with #2ED67B
Text Example
Text Example
White with #2ED67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED67B; }
p { color: rgb(46,214,123); }
H1.HeaderClassName
{
color: #2ED67B;
}
.AnyTagClassName
{
color: #2ED67B;
}
</style>
background-color css
<style>
a { background-color: #2ED67B; }
a { background-color: rgb(46,214,123); }
div.DivClassName
{
background-color: #2ED67B;
}
.BgClassName
{
background-color: #2ED67B;
}
</style>
border-color css
<style>
span { border-color: #2ED67B; }
span { border-color: rgb(46,214,123); }
td.TdClassName
{
border-color: #2ED67B;
}
.TagClassName
{
border-color: #2ED67B;
}
</style>