Shades of Shamrock #2DEC9B
Tints of Shamrock #2DEC9B
RGB
CMYK
RGB Variations
Color information
#2DEC9B (or 0x2DEC9B) is known color: Shamrock. HEX triplet: 2D, EC and 9B. RGB value is (45,236,155). Sum of RGB (Red+Green+Blue) = 45+236+155=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEC9B is #D21364. Grayscale: #A9A9A9. Windows color (decimal): -13767525 or 10218541. OLE color: 10218541.
HSL color Cylindrical-coordinate representation of color #2DEC9B: hue angle of 154.55º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEC9B is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 155 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.07 |
| HSL | 154.56º | 0.83% | 0.55% | - |
| HSV(B) | 154.56º | 0.81% | 0.93% | - |
| XYZ | 36.99 | 62.92 | 41.2 | - |
| YUV | 169.66 | 119.72 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 155 | 0.81 | 0 | 0.34 | 0.07 | 154.56 | 0.83 | 0.55 |
| Hex | 2D | EC | 9B | 51 | 0 | 22 | 7 | 9B | 53 | 37 |
| Octal | 55 | 354 | 233 | 121 | 0 | 42 | 7 | 233 | 123 | 67 |
| Binary | 101101 | 11101100 | 10011011 | 1010001 | 0 | 100010 | 111 | 10011011 | 1010011 | 110111 |
Color Harmonies of #2DEC9B
Complementary color
Monochromatic Colors of #2DEC9B
Black with #2DEC9B
Text Example
Text Example
White with #2DEC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC9B; }
p { color: rgb(45,236,155); }
H1.HeaderClassName
{
color: #2DEC9B;
}
.AnyTagClassName
{
color: #2DEC9B;
}
</style>
background-color css
<style>
a { background-color: #2DEC9B; }
a { background-color: rgb(45,236,155); }
div.DivClassName
{
background-color: #2DEC9B;
}
.BgClassName
{
background-color: #2DEC9B;
}
</style>
border-color css
<style>
span { border-color: #2DEC9B; }
span { border-color: rgb(45,236,155); }
td.TdClassName
{
border-color: #2DEC9B;
}
.TagClassName
{
border-color: #2DEC9B;
}
</style>