Shades of Shamrock #2DED94
Tints of Shamrock #2DED94
RGB
CMYK
RGB Variations
Color information
#2DED94 (or 0x2DED94) is known color: Shamrock. HEX triplet: 2D, ED and 94. RGB value is (45,237,148). Sum of RGB (Red+Green+Blue) = 45+237+148=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #2DED94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DED94 is #D2126B. Grayscale: #A9A9A9. Windows color (decimal): -13767276 or 9760045. OLE color: 9760045.
HSL color Cylindrical-coordinate representation of color #2DED94: hue angle of 152.19º degrees, saturation: 0.84, 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 #2DED94 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 148 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.07 |
| HSL | 152.19º | 0.84% | 0.55% | - |
| HSV(B) | 152.19º | 0.81% | 0.93% | - |
| XYZ | 36.71 | 63.26 | 38.29 | - |
| YUV | 169.45 | 115.89 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 148 | 0.81 | 0 | 0.38 | 0.07 | 152.19 | 0.84 | 0.55 |
| Hex | 2D | ED | 94 | 51 | 0 | 26 | 7 | 98 | 54 | 37 |
| Octal | 55 | 355 | 224 | 121 | 0 | 46 | 7 | 230 | 124 | 67 |
| Binary | 101101 | 11101101 | 10010100 | 1010001 | 0 | 100110 | 111 | 10011000 | 1010100 | 110111 |
Color Harmonies of #2DED94
Complementary color
Monochromatic Colors of #2DED94
Black with #2DED94
Text Example
Text Example
White with #2DED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DED94; }
p { color: rgb(45,237,148); }
H1.HeaderClassName
{
color: #2DED94;
}
.AnyTagClassName
{
color: #2DED94;
}
</style>
background-color css
<style>
a { background-color: #2DED94; }
a { background-color: rgb(45,237,148); }
div.DivClassName
{
background-color: #2DED94;
}
.BgClassName
{
background-color: #2DED94;
}
</style>
border-color css
<style>
span { border-color: #2DED94; }
span { border-color: rgb(45,237,148); }
td.TdClassName
{
border-color: #2DED94;
}
.TagClassName
{
border-color: #2DED94;
}
</style>