Shades of Shamrock #2EF39B
Tints of Shamrock #2EF39B
RGB
CMYK
RGB Variations
Color information
#2EF39B (or 0x2EF39B) is known color: Shamrock. HEX triplet: 2E, F3 and 9B. RGB value is (46,243,155). Sum of RGB (Red+Green+Blue) = 46+243+155=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 243 (95.31% from 255 or 54.73% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF39B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF39B is #D10C64. Grayscale: #AEAEAE. Windows color (decimal): -13700197 or 10220334. OLE color: 10220334.
HSL color Cylindrical-coordinate representation of color #2EF39B: hue angle of 153.2º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF39B is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 155 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.05 |
| HSL | 153.2º | 0.89% | 0.57% | - |
| HSV(B) | 153.2º | 0.81% | 0.95% | - |
| XYZ | 39.09 | 67.05 | 41.89 | - |
| YUV | 174.07 | 117.23 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 155 | 0.81 | 0 | 0.36 | 0.05 | 153.2 | 0.89 | 0.57 |
| Hex | 2E | F3 | 9B | 51 | 0 | 24 | 5 | 99 | 59 | 39 |
| Octal | 56 | 363 | 233 | 121 | 0 | 44 | 5 | 231 | 131 | 71 |
| Binary | 101110 | 11110011 | 10011011 | 1010001 | 0 | 100100 | 101 | 10011001 | 1011001 | 111001 |
Color Harmonies of #2EF39B
Complementary color
Monochromatic Colors of #2EF39B
Black with #2EF39B
Text Example
Text Example
White with #2EF39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF39B; }
p { color: rgb(46,243,155); }
H1.HeaderClassName
{
color: #2EF39B;
}
.AnyTagClassName
{
color: #2EF39B;
}
</style>
background-color css
<style>
a { background-color: #2EF39B; }
a { background-color: rgb(46,243,155); }
div.DivClassName
{
background-color: #2EF39B;
}
.BgClassName
{
background-color: #2EF39B;
}
</style>
border-color css
<style>
span { border-color: #2EF39B; }
span { border-color: rgb(46,243,155); }
td.TdClassName
{
border-color: #2EF39B;
}
.TagClassName
{
border-color: #2EF39B;
}
</style>