Shades of Shamrock #2DE08B
Tints of Shamrock #2DE08B
RGB
CMYK
RGB Variations
Color information
#2DE08B (or 0x2DE08B) is known color: Shamrock. HEX triplet: 2D, E0 and 8B. RGB value is (45,224,139). Sum of RGB (Red+Green+Blue) = 45+224+139=408 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.03% from 408); Green value is 224 (87.89% from 255 or 54.90% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE08B is #D21F74. Grayscale: #A0A0A0. Windows color (decimal): -13770613 or 9166893. OLE color: 9166893.
HSL color Cylindrical-coordinate representation of color #2DE08B: hue angle of 151.51º 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 #2DE08B is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 224 | 139 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.12 |
| HSL | 151.51º | 0.74% | 0.53% | - |
| HSV(B) | 151.51º | 0.8% | 0.88% | - |
| XYZ | 32.4 | 55.73 | 33.48 | - |
| YUV | 160.79 | 115.7 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 224 | 139 | 0.80 | 0 | 0.38 | 0.12 | 151.51 | 0.74 | 0.53 |
| Hex | 2D | E0 | 8B | 50 | 0 | 26 | C | 98 | 4A | 35 |
| Octal | 55 | 340 | 213 | 120 | 0 | 46 | 14 | 230 | 112 | 65 |
| Binary | 101101 | 11100000 | 10001011 | 1010000 | 0 | 100110 | 1100 | 10011000 | 1001010 | 110101 |
Color Harmonies of #2DE08B
Complementary color
Monochromatic Colors of #2DE08B
Black with #2DE08B
Text Example
Text Example
White with #2DE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE08B; }
p { color: rgb(45,224,139); }
H1.HeaderClassName
{
color: #2DE08B;
}
.AnyTagClassName
{
color: #2DE08B;
}
</style>
background-color css
<style>
a { background-color: #2DE08B; }
a { background-color: rgb(45,224,139); }
div.DivClassName
{
background-color: #2DE08B;
}
.BgClassName
{
background-color: #2DE08B;
}
</style>
border-color css
<style>
span { border-color: #2DE08B; }
span { border-color: rgb(45,224,139); }
td.TdClassName
{
border-color: #2DE08B;
}
.TagClassName
{
border-color: #2DE08B;
}
</style>