Shades of Shamrock #2DD78E
Tints of Shamrock #2DD78E
RGB
CMYK
RGB Variations
Color information
#2DD78E (or 0x2DD78E) is known color: Shamrock. HEX triplet: 2D, D7 and 8E. RGB value is (45,215,142). Sum of RGB (Red+Green+Blue) = 45+215+142=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD78E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD78E is #D22871. Grayscale: #9B9B9B. Windows color (decimal): -13772914 or 9361197. OLE color: 9361197.
HSL color Cylindrical-coordinate representation of color #2DD78E: hue angle of 154.24º 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 #2DD78E is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 142 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.16 |
| HSL | 154.24º | 0.68% | 0.51% | - |
| HSV(B) | 154.24º | 0.79% | 0.84% | - |
| XYZ | 30.27 | 51.11 | 33.86 | - |
| YUV | 155.85 | 120.18 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 142 | 0.79 | 0 | 0.34 | 0.16 | 154.24 | 0.68 | 0.51 |
| Hex | 2D | D7 | 8E | 4F | 0 | 22 | 10 | 9A | 44 | 33 |
| Octal | 55 | 327 | 216 | 117 | 0 | 42 | 20 | 232 | 104 | 63 |
| Binary | 101101 | 11010111 | 10001110 | 1001111 | 0 | 100010 | 10000 | 10011010 | 1000100 | 110011 |
Color Harmonies of #2DD78E
Complementary color
Monochromatic Colors of #2DD78E
Black with #2DD78E
Text Example
Text Example
White with #2DD78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD78E; }
p { color: rgb(45,215,142); }
H1.HeaderClassName
{
color: #2DD78E;
}
.AnyTagClassName
{
color: #2DD78E;
}
</style>
background-color css
<style>
a { background-color: #2DD78E; }
a { background-color: rgb(45,215,142); }
div.DivClassName
{
background-color: #2DD78E;
}
.BgClassName
{
background-color: #2DD78E;
}
</style>
border-color css
<style>
span { border-color: #2DD78E; }
span { border-color: rgb(45,215,142); }
td.TdClassName
{
border-color: #2DD78E;
}
.TagClassName
{
border-color: #2DD78E;
}
</style>