Shades of Shamrock #2EF48B
Tints of Shamrock #2EF48B
RGB
CMYK
RGB Variations
Color information
#2EF48B (or 0x2EF48B) is known color: Shamrock. HEX triplet: 2E, F4 and 8B. RGB value is (46,244,139). Sum of RGB (Red+Green+Blue) = 46+244+139=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF48B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF48B is #D10B74. Grayscale: #ADADAD. Windows color (decimal): -13699957 or 9172014. OLE color: 9172014.
HSL color Cylindrical-coordinate representation of color #2EF48B: hue angle of 148.18º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF48B is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 139 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.04 |
| HSL | 148.18º | 0.9% | 0.57% | - |
| HSV(B) | 148.18º | 0.81% | 0.96% | - |
| XYZ | 38.14 | 67.15 | 35.38 | - |
| YUV | 172.83 | 108.9 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 139 | 0.81 | 0 | 0.43 | 0.04 | 148.18 | 0.9 | 0.57 |
| Hex | 2E | F4 | 8B | 51 | 0 | 2B | 4 | 94 | 5A | 39 |
| Octal | 56 | 364 | 213 | 121 | 0 | 53 | 4 | 224 | 132 | 71 |
| Binary | 101110 | 11110100 | 10001011 | 1010001 | 0 | 101011 | 100 | 10010100 | 1011010 | 111001 |
Color Harmonies of #2EF48B
Complementary color
Monochromatic Colors of #2EF48B
Black with #2EF48B
Text Example
Text Example
White with #2EF48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF48B; }
p { color: rgb(46,244,139); }
H1.HeaderClassName
{
color: #2EF48B;
}
.AnyTagClassName
{
color: #2EF48B;
}
</style>
background-color css
<style>
a { background-color: #2EF48B; }
a { background-color: rgb(46,244,139); }
div.DivClassName
{
background-color: #2EF48B;
}
.BgClassName
{
background-color: #2EF48B;
}
</style>
border-color css
<style>
span { border-color: #2EF48B; }
span { border-color: rgb(46,244,139); }
td.TdClassName
{
border-color: #2EF48B;
}
.TagClassName
{
border-color: #2EF48B;
}
</style>