Shades of Shamrock #2EE68B
Tints of Shamrock #2EE68B
RGB
CMYK
RGB Variations
Color information
#2EE68B (or 0x2EE68B) is known color: Shamrock. HEX triplet: 2E, E6 and 8B. RGB value is (46,230,139). Sum of RGB (Red+Green+Blue) = 46+230+139=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 230 (90.23% from 255 or 55.42% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE68B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE68B is #D11974. Grayscale: #A4A4A4. Windows color (decimal): -13703541 or 9168430. OLE color: 9168430.
HSL color Cylindrical-coordinate representation of color #2EE68B: hue angle of 150.33º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE68B is Cyan = 0.8, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
RGB | 46 | 230 | 139 | - |
CMYK | 0.8 | 0 | 0.40 | 0.10 |
HSL | 150.33º | 0.79% | 0.54% | - |
HSV(B) | 150.33º | 0.8% | 0.9% | - |
XYZ | 34.08 | 59.04 | 34.03 | - |
YUV | 164.61 | 113.54 | 43.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 230 | 139 | 0.8 | 0 | 0.40 | 0.10 | 150.33 | 0.79 | 0.54 |
Hex | 2E | E6 | 8B | 50 | 0 | 28 | A | 96 | 4F | 36 |
Octal | 56 | 346 | 213 | 120 | 0 | 50 | 12 | 226 | 117 | 66 |
Binary | 101110 | 11100110 | 10001011 | 1010000 | 0 | 101000 | 1010 | 10010110 | 1001111 | 110110 |
Color Harmonies of #2EE68B
Complementary color
Monochromatic Colors of #2EE68B
Black with #2EE68B
Text Example
Text Example
White with #2EE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE68B; }
p { color: rgb(46,230,139); }
H1.HeaderClassName
{
color: #2EE68B;
}
.AnyTagClassName
{
color: #2EE68B;
}
</style>
background-color css
<style>
a { background-color: #2EE68B; }
a { background-color: rgb(46,230,139); }
div.DivClassName
{
background-color: #2EE68B;
}
.BgClassName
{
background-color: #2EE68B;
}
</style>
border-color css
<style>
span { border-color: #2EE68B; }
span { border-color: rgb(46,230,139); }
td.TdClassName
{
border-color: #2EE68B;
}
.TagClassName
{
border-color: #2EE68B;
}
</style>