Shades of Shamrock #2DE997
Tints of Shamrock #2DE997
RGB
CMYK
RGB Variations
Color information
#2DE997 (or 0x2DE997) is known color: Shamrock. HEX triplet: 2D, E9 and 97. RGB value is (45,233,151). Sum of RGB (Red+Green+Blue) = 45+233+151=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 233 (91.41% from 255 or 54.31% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE997 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE997 is #D21668. Grayscale: #A7A7A7. Windows color (decimal): -13768297 or 9955629. OLE color: 9955629.
HSL color Cylindrical-coordinate representation of color #2DE997: hue angle of 153.83º 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 #2DE997 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 233 | 151 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.09 |
| HSL | 153.83º | 0.81% | 0.55% | - |
| HSV(B) | 153.83º | 0.81% | 0.91% | - |
| XYZ | 35.81 | 61.07 | 39.18 | - |
| YUV | 167.44 | 118.72 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 233 | 151 | 0.81 | 0 | 0.35 | 0.09 | 153.83 | 0.81 | 0.55 |
| Hex | 2D | E9 | 97 | 51 | 0 | 23 | 9 | 9A | 51 | 37 |
| Octal | 55 | 351 | 227 | 121 | 0 | 43 | 11 | 232 | 121 | 67 |
| Binary | 101101 | 11101001 | 10010111 | 1010001 | 0 | 100011 | 1001 | 10011010 | 1010001 | 110111 |
Color Harmonies of #2DE997
Complementary color
Monochromatic Colors of #2DE997
Black with #2DE997
Text Example
Text Example
White with #2DE997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE997; }
p { color: rgb(45,233,151); }
H1.HeaderClassName
{
color: #2DE997;
}
.AnyTagClassName
{
color: #2DE997;
}
</style>
background-color css
<style>
a { background-color: #2DE997; }
a { background-color: rgb(45,233,151); }
div.DivClassName
{
background-color: #2DE997;
}
.BgClassName
{
background-color: #2DE997;
}
</style>
border-color css
<style>
span { border-color: #2DE997; }
span { border-color: rgb(45,233,151); }
td.TdClassName
{
border-color: #2DE997;
}
.TagClassName
{
border-color: #2DE997;
}
</style>