Shades of Shamrock #2DE097
Tints of Shamrock #2DE097
RGB
CMYK
RGB Variations
Color information
#2DE097 (or 0x2DE097) is known color: Shamrock. HEX triplet: 2D, E0 and 97. RGB value is (45,224,151). Sum of RGB (Red+Green+Blue) = 45+224+151=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE097 is #D21F68. Grayscale: #A2A2A2. Windows color (decimal): -13770601 or 9953325. OLE color: 9953325.
HSL color Cylindrical-coordinate representation of color #2DE097: hue angle of 155.53º 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 #2DE097 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 224 | 151 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.12 |
| HSL | 155.53º | 0.74% | 0.53% | - |
| HSV(B) | 155.53º | 0.8% | 0.88% | - |
| XYZ | 33.32 | 56.1 | 38.35 | - |
| YUV | 162.16 | 121.7 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 224 | 151 | 0.80 | 0 | 0.33 | 0.12 | 155.53 | 0.74 | 0.53 |
| Hex | 2D | E0 | 97 | 50 | 0 | 21 | C | 9C | 4A | 35 |
| Octal | 55 | 340 | 227 | 120 | 0 | 41 | 14 | 234 | 112 | 65 |
| Binary | 101101 | 11100000 | 10010111 | 1010000 | 0 | 100001 | 1100 | 10011100 | 1001010 | 110101 |
Color Harmonies of #2DE097
Complementary color
Monochromatic Colors of #2DE097
Black with #2DE097
Text Example
Text Example
White with #2DE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE097; }
p { color: rgb(45,224,151); }
H1.HeaderClassName
{
color: #2DE097;
}
.AnyTagClassName
{
color: #2DE097;
}
</style>
background-color css
<style>
a { background-color: #2DE097; }
a { background-color: rgb(45,224,151); }
div.DivClassName
{
background-color: #2DE097;
}
.BgClassName
{
background-color: #2DE097;
}
</style>
border-color css
<style>
span { border-color: #2DE097; }
span { border-color: rgb(45,224,151); }
td.TdClassName
{
border-color: #2DE097;
}
.TagClassName
{
border-color: #2DE097;
}
</style>