Shades of Shamrock #2DEC95
Tints of Shamrock #2DEC95
RGB
CMYK
RGB Variations
Color information
#2DEC95 (or 0x2DEC95) is known color: Shamrock. HEX triplet: 2D, EC and 95. RGB value is (45,236,149). Sum of RGB (Red+Green+Blue) = 45+236+149=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 236 (92.58% from 255 or 54.88% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEC95 is #D2136A. Grayscale: #A9A9A9. Windows color (decimal): -13767531 or 9825325. OLE color: 9825325.
HSL color Cylindrical-coordinate representation of color #2DEC95: hue angle of 152.67º 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 #2DEC95 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 149 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.07 |
| HSL | 152.67º | 0.83% | 0.55% | - |
| HSV(B) | 152.67º | 0.81% | 0.93% | - |
| XYZ | 36.5 | 62.72 | 38.62 | - |
| YUV | 168.97 | 116.72 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 149 | 0.81 | 0 | 0.37 | 0.07 | 152.67 | 0.83 | 0.55 |
| Hex | 2D | EC | 95 | 51 | 0 | 25 | 7 | 99 | 53 | 37 |
| Octal | 55 | 354 | 225 | 121 | 0 | 45 | 7 | 231 | 123 | 67 |
| Binary | 101101 | 11101100 | 10010101 | 1010001 | 0 | 100101 | 111 | 10011001 | 1010011 | 110111 |
Color Harmonies of #2DEC95
Complementary color
Monochromatic Colors of #2DEC95
Black with #2DEC95
Text Example
Text Example
White with #2DEC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC95; }
p { color: rgb(45,236,149); }
H1.HeaderClassName
{
color: #2DEC95;
}
.AnyTagClassName
{
color: #2DEC95;
}
</style>
background-color css
<style>
a { background-color: #2DEC95; }
a { background-color: rgb(45,236,149); }
div.DivClassName
{
background-color: #2DEC95;
}
.BgClassName
{
background-color: #2DEC95;
}
</style>
border-color css
<style>
span { border-color: #2DEC95; }
span { border-color: rgb(45,236,149); }
td.TdClassName
{
border-color: #2DEC95;
}
.TagClassName
{
border-color: #2DEC95;
}
</style>