Shades of Shamrock #2DE37D
Tints of Shamrock #2DE37D
RGB
CMYK
RGB Variations
Color information
#2DE37D (or 0x2DE37D) is known color: Shamrock. HEX triplet: 2D, E3 and 7D. RGB value is (45,227,125). Sum of RGB (Red+Green+Blue) = 45+227+125=397 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.34% from 397); Green value is 227 (89.06% from 255 or 57.18% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE37D is #D21C82. Grayscale: #A1A1A1. Windows color (decimal): -13769859 or 8250157. OLE color: 8250157.
HSL color Cylindrical-coordinate representation of color #2DE37D: hue angle of 146.37º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE37D is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 227 | 125 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.11 |
| HSL | 146.37º | 0.76% | 0.53% | - |
| HSV(B) | 146.37º | 0.8% | 0.89% | - |
| XYZ | 32.25 | 56.98 | 28.7 | - |
| YUV | 160.95 | 107.7 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 227 | 125 | 0.80 | 0 | 0.45 | 0.11 | 146.37 | 0.76 | 0.53 |
| Hex | 2D | E3 | 7D | 50 | 0 | 2D | B | 92 | 4C | 35 |
| Octal | 55 | 343 | 175 | 120 | 0 | 55 | 13 | 222 | 114 | 65 |
| Binary | 101101 | 11100011 | 1111101 | 1010000 | 0 | 101101 | 1011 | 10010010 | 1001100 | 110101 |
Color Harmonies of #2DE37D
Complementary color
Monochromatic Colors of #2DE37D
Black with #2DE37D
Text Example
Text Example
White with #2DE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE37D; }
p { color: rgb(45,227,125); }
H1.HeaderClassName
{
color: #2DE37D;
}
.AnyTagClassName
{
color: #2DE37D;
}
</style>
background-color css
<style>
a { background-color: #2DE37D; }
a { background-color: rgb(45,227,125); }
div.DivClassName
{
background-color: #2DE37D;
}
.BgClassName
{
background-color: #2DE37D;
}
</style>
border-color css
<style>
span { border-color: #2DE37D; }
span { border-color: rgb(45,227,125); }
td.TdClassName
{
border-color: #2DE37D;
}
.TagClassName
{
border-color: #2DE37D;
}
</style>