Shades of Shamrock #2ED68A
Tints of Shamrock #2ED68A
RGB
CMYK
RGB Variations
Color information
#2ED68A (or 0x2ED68A) is known color: Shamrock. HEX triplet: 2E, D6 and 8A. RGB value is (46,214,138). Sum of RGB (Red+Green+Blue) = 46+214+138=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED68A is #D12975. Grayscale: #9B9B9B. Windows color (decimal): -13707638 or 9098798. OLE color: 9098798.
HSL color Cylindrical-coordinate representation of color #2ED68A: hue angle of 152.86º 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 #2ED68A is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 138 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.16 |
| HSL | 152.86º | 0.67% | 0.51% | - |
| HSV(B) | 152.86º | 0.79% | 0.84% | - |
| XYZ | 29.76 | 50.51 | 32.23 | - |
| YUV | 155.1 | 118.34 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 138 | 0.79 | 0 | 0.36 | 0.16 | 152.86 | 0.67 | 0.51 |
| Hex | 2E | D6 | 8A | 4F | 0 | 24 | 10 | 99 | 43 | 33 |
| Octal | 56 | 326 | 212 | 117 | 0 | 44 | 20 | 231 | 103 | 63 |
| Binary | 101110 | 11010110 | 10001010 | 1001111 | 0 | 100100 | 10000 | 10011001 | 1000011 | 110011 |
Color Harmonies of #2ED68A
Complementary color
Monochromatic Colors of #2ED68A
Black with #2ED68A
Text Example
Text Example
White with #2ED68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED68A; }
p { color: rgb(46,214,138); }
H1.HeaderClassName
{
color: #2ED68A;
}
.AnyTagClassName
{
color: #2ED68A;
}
</style>
background-color css
<style>
a { background-color: #2ED68A; }
a { background-color: rgb(46,214,138); }
div.DivClassName
{
background-color: #2ED68A;
}
.BgClassName
{
background-color: #2ED68A;
}
</style>
border-color css
<style>
span { border-color: #2ED68A; }
span { border-color: rgb(46,214,138); }
td.TdClassName
{
border-color: #2ED68A;
}
.TagClassName
{
border-color: #2ED68A;
}
</style>