Shades of Shamrock #2DEC96
Tints of Shamrock #2DEC96
RGB
CMYK
RGB Variations
Color information
#2DEC96 (or 0x2DEC96) is known color: Shamrock. HEX triplet: 2D, EC and 96. RGB value is (45,236,150). Sum of RGB (Red+Green+Blue) = 45+236+150=431 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.44% from 431); Green value is 236 (92.58% from 255 or 54.76% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEC96 is #D21369. Grayscale: #A9A9A9. Windows color (decimal): -13767530 or 9890861. OLE color: 9890861.
HSL color Cylindrical-coordinate representation of color #2DEC96: hue angle of 152.98º 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 #2DEC96 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 150 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.07 |
| HSL | 152.98º | 0.83% | 0.55% | - |
| HSV(B) | 152.98º | 0.81% | 0.93% | - |
| XYZ | 36.58 | 62.75 | 39.04 | - |
| YUV | 169.09 | 117.22 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 150 | 0.81 | 0 | 0.36 | 0.07 | 152.98 | 0.83 | 0.55 |
| Hex | 2D | EC | 96 | 51 | 0 | 24 | 7 | 99 | 53 | 37 |
| Octal | 55 | 354 | 226 | 121 | 0 | 44 | 7 | 231 | 123 | 67 |
| Binary | 101101 | 11101100 | 10010110 | 1010001 | 0 | 100100 | 111 | 10011001 | 1010011 | 110111 |
Color Harmonies of #2DEC96
Complementary color
Monochromatic Colors of #2DEC96
Black with #2DEC96
Text Example
Text Example
White with #2DEC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC96; }
p { color: rgb(45,236,150); }
H1.HeaderClassName
{
color: #2DEC96;
}
.AnyTagClassName
{
color: #2DEC96;
}
</style>
background-color css
<style>
a { background-color: #2DEC96; }
a { background-color: rgb(45,236,150); }
div.DivClassName
{
background-color: #2DEC96;
}
.BgClassName
{
background-color: #2DEC96;
}
</style>
border-color css
<style>
span { border-color: #2DEC96; }
span { border-color: rgb(45,236,150); }
td.TdClassName
{
border-color: #2DEC96;
}
.TagClassName
{
border-color: #2DEC96;
}
</style>