Shades of Shamrock #2EDFB0
Tints of Shamrock #2EDFB0
RGB
CMYK
RGB Variations
Color information
#2EDFB0 (or 0x2EDFB0) is known color: Shamrock. HEX triplet: 2E, DF and B0. RGB value is (46,223,176). Sum of RGB (Red+Green+Blue) = 46+223+176=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDFB0 is #D1204F. Grayscale: #A4A4A4. Windows color (decimal): -13705296 or 11591470. OLE color: 11591470.
HSL color Cylindrical-coordinate representation of color #2EDFB0: hue angle of 164.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFB0 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 176 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.13 |
| HSL | 164.07º | 0.73% | 0.53% | - |
| HSV(B) | 164.07º | 0.79% | 0.87% | - |
| XYZ | 35.35 | 56.49 | 50.11 | - |
| YUV | 164.72 | 134.36 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 176 | 0.79 | 0 | 0.21 | 0.13 | 164.07 | 0.73 | 0.53 |
| Hex | 2E | DF | B0 | 4F | 0 | 15 | D | A4 | 49 | 35 |
| Octal | 56 | 337 | 260 | 117 | 0 | 25 | 15 | 244 | 111 | 65 |
| Binary | 101110 | 11011111 | 10110000 | 1001111 | 0 | 10101 | 1101 | 10100100 | 1001001 | 110101 |
Color Harmonies of #2EDFB0
Complementary color
Monochromatic Colors of #2EDFB0
Black with #2EDFB0
Text Example
Text Example
White with #2EDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFB0; }
p { color: rgb(46,223,176); }
H1.HeaderClassName
{
color: #2EDFB0;
}
.AnyTagClassName
{
color: #2EDFB0;
}
</style>
background-color css
<style>
a { background-color: #2EDFB0; }
a { background-color: rgb(46,223,176); }
div.DivClassName
{
background-color: #2EDFB0;
}
.BgClassName
{
background-color: #2EDFB0;
}
</style>
border-color css
<style>
span { border-color: #2EDFB0; }
span { border-color: rgb(46,223,176); }
td.TdClassName
{
border-color: #2EDFB0;
}
.TagClassName
{
border-color: #2EDFB0;
}
</style>