Shades of Shamrock #2ED27D
Tints of Shamrock #2ED27D
RGB
CMYK
RGB Variations
Color information
#2ED27D (or 0x2ED27D) is known color: Shamrock. HEX triplet: 2E, D2 and 7D. RGB value is (46,210,125). Sum of RGB (Red+Green+Blue) = 46+210+125=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED27D is #D12D82. Grayscale: #979797. Windows color (decimal): -13708675 or 8245806. OLE color: 8245806.
HSL color Cylindrical-coordinate representation of color #2ED27D: hue angle of 148.9º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED27D is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 210 | 125 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.18 |
| HSL | 148.9º | 0.65% | 0.5% | - |
| HSV(B) | 148.9º | 0.78% | 0.82% | - |
| XYZ | 27.87 | 48.15 | 27.23 | - |
| YUV | 151.27 | 113.17 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 210 | 125 | 0.78 | 0 | 0.40 | 0.18 | 148.9 | 0.65 | 0.5 |
| Hex | 2E | D2 | 7D | 4E | 0 | 28 | 12 | 95 | 41 | 32 |
| Octal | 56 | 322 | 175 | 116 | 0 | 50 | 22 | 225 | 101 | 62 |
| Binary | 101110 | 11010010 | 1111101 | 1001110 | 0 | 101000 | 10010 | 10010101 | 1000001 | 110010 |
Color Harmonies of #2ED27D
Complementary color
Monochromatic Colors of #2ED27D
Black with #2ED27D
Text Example
Text Example
White with #2ED27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED27D; }
p { color: rgb(46,210,125); }
H1.HeaderClassName
{
color: #2ED27D;
}
.AnyTagClassName
{
color: #2ED27D;
}
</style>
background-color css
<style>
a { background-color: #2ED27D; }
a { background-color: rgb(46,210,125); }
div.DivClassName
{
background-color: #2ED27D;
}
.BgClassName
{
background-color: #2ED27D;
}
</style>
border-color css
<style>
span { border-color: #2ED27D; }
span { border-color: rgb(46,210,125); }
td.TdClassName
{
border-color: #2ED27D;
}
.TagClassName
{
border-color: #2ED27D;
}
</style>