Shades of Shamrock #2DE082
Tints of Shamrock #2DE082
RGB
CMYK
RGB Variations
Color information
#2DE082 (or 0x2DE082) is known color: Shamrock. HEX triplet: 2D, E0 and 82. RGB value is (45,224,130). Sum of RGB (Red+Green+Blue) = 45+224+130=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 224 (87.89% from 255 or 56.14% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE082 is #D21F7D. Grayscale: #9F9F9F. Windows color (decimal): -13770622 or 8577069. OLE color: 8577069.
HSL color Cylindrical-coordinate representation of color #2DE082: hue angle of 148.49º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE082 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 224 | 130 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.12 |
| HSL | 148.49º | 0.74% | 0.53% | - |
| HSV(B) | 148.49º | 0.8% | 0.88% | - |
| XYZ | 31.77 | 55.48 | 30.15 | - |
| YUV | 159.76 | 111.2 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 224 | 130 | 0.80 | 0 | 0.42 | 0.12 | 148.49 | 0.74 | 0.53 |
| Hex | 2D | E0 | 82 | 50 | 0 | 2A | C | 94 | 4A | 35 |
| Octal | 55 | 340 | 202 | 120 | 0 | 52 | 14 | 224 | 112 | 65 |
| Binary | 101101 | 11100000 | 10000010 | 1010000 | 0 | 101010 | 1100 | 10010100 | 1001010 | 110101 |
Color Harmonies of #2DE082
Complementary color
Monochromatic Colors of #2DE082
Black with #2DE082
Text Example
Text Example
White with #2DE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE082; }
p { color: rgb(45,224,130); }
H1.HeaderClassName
{
color: #2DE082;
}
.AnyTagClassName
{
color: #2DE082;
}
</style>
background-color css
<style>
a { background-color: #2DE082; }
a { background-color: rgb(45,224,130); }
div.DivClassName
{
background-color: #2DE082;
}
.BgClassName
{
background-color: #2DE082;
}
</style>
border-color css
<style>
span { border-color: #2DE082; }
span { border-color: rgb(45,224,130); }
td.TdClassName
{
border-color: #2DE082;
}
.TagClassName
{
border-color: #2DE082;
}
</style>