Shades of Shamrock #2DE790
Tints of Shamrock #2DE790
RGB
CMYK
RGB Variations
Color information
#2DE790 (or 0x2DE790) is known color: Shamrock. HEX triplet: 2D, E7 and 90. RGB value is (45,231,144). Sum of RGB (Red+Green+Blue) = 45+231+144=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 231 (90.62% from 255 or 55% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE790 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE790 is #D2186F. Grayscale: #A5A5A5. Windows color (decimal): -13768816 or 9496365. OLE color: 9496365.
HSL color Cylindrical-coordinate representation of color #2DE790: hue angle of 151.94º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE790 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 144 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.09 |
| HSL | 151.94º | 0.79% | 0.54% | - |
| HSV(B) | 151.94º | 0.81% | 0.91% | - |
| XYZ | 34.69 | 59.72 | 36.08 | - |
| YUV | 165.47 | 115.88 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 144 | 0.81 | 0 | 0.38 | 0.09 | 151.94 | 0.79 | 0.54 |
| Hex | 2D | E7 | 90 | 51 | 0 | 26 | 9 | 98 | 4F | 36 |
| Octal | 55 | 347 | 220 | 121 | 0 | 46 | 11 | 230 | 117 | 66 |
| Binary | 101101 | 11100111 | 10010000 | 1010001 | 0 | 100110 | 1001 | 10011000 | 1001111 | 110110 |
Color Harmonies of #2DE790
Complementary color
Monochromatic Colors of #2DE790
Black with #2DE790
Text Example
Text Example
White with #2DE790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE790; }
p { color: rgb(45,231,144); }
H1.HeaderClassName
{
color: #2DE790;
}
.AnyTagClassName
{
color: #2DE790;
}
</style>
background-color css
<style>
a { background-color: #2DE790; }
a { background-color: rgb(45,231,144); }
div.DivClassName
{
background-color: #2DE790;
}
.BgClassName
{
background-color: #2DE790;
}
</style>
border-color css
<style>
span { border-color: #2DE790; }
span { border-color: rgb(45,231,144); }
td.TdClassName
{
border-color: #2DE790;
}
.TagClassName
{
border-color: #2DE790;
}
</style>