Shades of Shamrock #2EDFB2
Tints of Shamrock #2EDFB2
RGB
CMYK
RGB Variations
Color information
#2EDFB2 (or 0x2EDFB2) is known color: Shamrock. HEX triplet: 2E, DF and B2. RGB value is (46,223,178). Sum of RGB (Red+Green+Blue) = 46+223+178=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDFB2 is #D1204D. Grayscale: #A4A4A4. Windows color (decimal): -13705294 or 11722542. OLE color: 11722542.
HSL color Cylindrical-coordinate representation of color #2EDFB2: hue angle of 164.75º 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 #2EDFB2 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 178 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.13 |
| HSL | 164.75º | 0.73% | 0.53% | - |
| HSV(B) | 164.75º | 0.79% | 0.87% | - |
| XYZ | 35.55 | 56.57 | 51.17 | - |
| YUV | 164.95 | 135.36 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 178 | 0.79 | 0 | 0.20 | 0.13 | 164.75 | 0.73 | 0.53 |
| Hex | 2E | DF | B2 | 4F | 0 | 14 | D | A5 | 49 | 35 |
| Octal | 56 | 337 | 262 | 117 | 0 | 24 | 15 | 245 | 111 | 65 |
| Binary | 101110 | 11011111 | 10110010 | 1001111 | 0 | 10100 | 1101 | 10100101 | 1001001 | 110101 |
Color Harmonies of #2EDFB2
Complementary color
Monochromatic Colors of #2EDFB2
Black with #2EDFB2
Text Example
Text Example
White with #2EDFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFB2; }
p { color: rgb(46,223,178); }
H1.HeaderClassName
{
color: #2EDFB2;
}
.AnyTagClassName
{
color: #2EDFB2;
}
</style>
background-color css
<style>
a { background-color: #2EDFB2; }
a { background-color: rgb(46,223,178); }
div.DivClassName
{
background-color: #2EDFB2;
}
.BgClassName
{
background-color: #2EDFB2;
}
</style>
border-color css
<style>
span { border-color: #2EDFB2; }
span { border-color: rgb(46,223,178); }
td.TdClassName
{
border-color: #2EDFB2;
}
.TagClassName
{
border-color: #2EDFB2;
}
</style>