Shades of Shamrock #2DE993
Tints of Shamrock #2DE993
RGB
CMYK
RGB Variations
Color information
#2DE993 (or 0x2DE993) is known color: Shamrock. HEX triplet: 2D, E9 and 93. RGB value is (45,233,147). Sum of RGB (Red+Green+Blue) = 45+233+147=425 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.59% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE993 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE993 is #D2166C. Grayscale: #A7A7A7. Windows color (decimal): -13768301 or 9693485. OLE color: 9693485.
HSL color Cylindrical-coordinate representation of color #2DE993: hue angle of 152.55º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE993 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 233 | 147 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.09 |
| HSL | 152.55º | 0.81% | 0.55% | - |
| HSV(B) | 152.55º | 0.81% | 0.91% | - |
| XYZ | 35.49 | 60.94 | 37.5 | - |
| YUV | 166.98 | 116.72 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 233 | 147 | 0.81 | 0 | 0.37 | 0.09 | 152.55 | 0.81 | 0.55 |
| Hex | 2D | E9 | 93 | 51 | 0 | 25 | 9 | 99 | 51 | 37 |
| Octal | 55 | 351 | 223 | 121 | 0 | 45 | 11 | 231 | 121 | 67 |
| Binary | 101101 | 11101001 | 10010011 | 1010001 | 0 | 100101 | 1001 | 10011001 | 1010001 | 110111 |
Color Harmonies of #2DE993
Complementary color
Monochromatic Colors of #2DE993
Black with #2DE993
Text Example
Text Example
White with #2DE993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE993; }
p { color: rgb(45,233,147); }
H1.HeaderClassName
{
color: #2DE993;
}
.AnyTagClassName
{
color: #2DE993;
}
</style>
background-color css
<style>
a { background-color: #2DE993; }
a { background-color: rgb(45,233,147); }
div.DivClassName
{
background-color: #2DE993;
}
.BgClassName
{
background-color: #2DE993;
}
</style>
border-color css
<style>
span { border-color: #2DE993; }
span { border-color: rgb(45,233,147); }
td.TdClassName
{
border-color: #2DE993;
}
.TagClassName
{
border-color: #2DE993;
}
</style>