Shades of Shamrock #2DED93
Tints of Shamrock #2DED93
RGB
CMYK
RGB Variations
Color information
#2DED93 (or 0x2DED93) is known color: Shamrock. HEX triplet: 2D, ED and 93. RGB value is (45,237,147). Sum of RGB (Red+Green+Blue) = 45+237+147=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 237 (92.97% from 255 or 55.24% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 237 - color contains mainly: green. Hex color #2DED93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DED93 is #D2126C. Grayscale: #A9A9A9. Windows color (decimal): -13767277 or 9694509. OLE color: 9694509.
HSL color Cylindrical-coordinate representation of color #2DED93: hue angle of 151.88º 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 #2DED93 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 147 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.07 |
| HSL | 151.88º | 0.84% | 0.55% | - |
| HSV(B) | 151.88º | 0.81% | 0.93% | - |
| XYZ | 36.63 | 63.23 | 37.88 | - |
| YUV | 169.33 | 115.39 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 147 | 0.81 | 0 | 0.38 | 0.07 | 151.88 | 0.84 | 0.55 |
| Hex | 2D | ED | 93 | 51 | 0 | 26 | 7 | 98 | 54 | 37 |
| Octal | 55 | 355 | 223 | 121 | 0 | 46 | 7 | 230 | 124 | 67 |
| Binary | 101101 | 11101101 | 10010011 | 1010001 | 0 | 100110 | 111 | 10011000 | 1010100 | 110111 |
Color Harmonies of #2DED93
Complementary color
Monochromatic Colors of #2DED93
Black with #2DED93
Text Example
Text Example
White with #2DED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DED93; }
p { color: rgb(45,237,147); }
H1.HeaderClassName
{
color: #2DED93;
}
.AnyTagClassName
{
color: #2DED93;
}
</style>
background-color css
<style>
a { background-color: #2DED93; }
a { background-color: rgb(45,237,147); }
div.DivClassName
{
background-color: #2DED93;
}
.BgClassName
{
background-color: #2DED93;
}
</style>
border-color css
<style>
span { border-color: #2DED93; }
span { border-color: rgb(45,237,147); }
td.TdClassName
{
border-color: #2DED93;
}
.TagClassName
{
border-color: #2DED93;
}
</style>