Shades of Shamrock #2DD493
Tints of Shamrock #2DD493
RGB
CMYK
RGB Variations
Color information
#2DD493 (or 0x2DD493) is known color: Shamrock. HEX triplet: 2D, D4 and 93. RGB value is (45,212,147). Sum of RGB (Red+Green+Blue) = 45+212+147=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD493 is #D22B6C. Grayscale: #9A9A9A. Windows color (decimal): -13773677 or 9688109. OLE color: 9688109.
HSL color Cylindrical-coordinate representation of color #2DD493: hue angle of 156.65º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD493 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 212 | 147 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.17 |
| HSL | 156.65º | 0.66% | 0.5% | - |
| HSV(B) | 156.65º | 0.79% | 0.83% | - |
| XYZ | 29.89 | 49.75 | 35.63 | - |
| YUV | 154.66 | 123.67 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 212 | 147 | 0.79 | 0 | 0.31 | 0.17 | 156.65 | 0.66 | 0.5 |
| Hex | 2D | D4 | 93 | 4F | 0 | 1F | 11 | 9D | 42 | 32 |
| Octal | 55 | 324 | 223 | 117 | 0 | 37 | 21 | 235 | 102 | 62 |
| Binary | 101101 | 11010100 | 10010011 | 1001111 | 0 | 11111 | 10001 | 10011101 | 1000010 | 110010 |
Color Harmonies of #2DD493
Complementary color
Monochromatic Colors of #2DD493
Black with #2DD493
Text Example
Text Example
White with #2DD493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD493; }
p { color: rgb(45,212,147); }
H1.HeaderClassName
{
color: #2DD493;
}
.AnyTagClassName
{
color: #2DD493;
}
</style>
background-color css
<style>
a { background-color: #2DD493; }
a { background-color: rgb(45,212,147); }
div.DivClassName
{
background-color: #2DD493;
}
.BgClassName
{
background-color: #2DD493;
}
</style>
border-color css
<style>
span { border-color: #2DD493; }
span { border-color: rgb(45,212,147); }
td.TdClassName
{
border-color: #2DD493;
}
.TagClassName
{
border-color: #2DD493;
}
</style>