Shades of Shamrock #2EF184
Tints of Shamrock #2EF184
RGB
CMYK
RGB Variations
Color information
#2EF184 (or 0x2EF184) is known color: Shamrock. HEX triplet: 2E, F1 and 84. RGB value is (46,241,132). Sum of RGB (Red+Green+Blue) = 46+241+132=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF184 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF184 is #D10E7B. Grayscale: #AAAAAA. Windows color (decimal): -13700732 or 8712494. OLE color: 8712494.
HSL color Cylindrical-coordinate representation of color #2EF184: hue angle of 146.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF184 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 132 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.05 |
| HSL | 146.46º | 0.87% | 0.56% | - |
| HSV(B) | 146.46º | 0.81% | 0.95% | - |
| XYZ | 36.75 | 65.16 | 32.47 | - |
| YUV | 170.27 | 106.4 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 132 | 0.81 | 0 | 0.45 | 0.05 | 146.46 | 0.87 | 0.56 |
| Hex | 2E | F1 | 84 | 51 | 0 | 2D | 5 | 92 | 57 | 38 |
| Octal | 56 | 361 | 204 | 121 | 0 | 55 | 5 | 222 | 127 | 70 |
| Binary | 101110 | 11110001 | 10000100 | 1010001 | 0 | 101101 | 101 | 10010010 | 1010111 | 111000 |
Color Harmonies of #2EF184
Complementary color
Monochromatic Colors of #2EF184
Black with #2EF184
Text Example
Text Example
White with #2EF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF184; }
p { color: rgb(46,241,132); }
H1.HeaderClassName
{
color: #2EF184;
}
.AnyTagClassName
{
color: #2EF184;
}
</style>
background-color css
<style>
a { background-color: #2EF184; }
a { background-color: rgb(46,241,132); }
div.DivClassName
{
background-color: #2EF184;
}
.BgClassName
{
background-color: #2EF184;
}
</style>
border-color css
<style>
span { border-color: #2EF184; }
span { border-color: rgb(46,241,132); }
td.TdClassName
{
border-color: #2EF184;
}
.TagClassName
{
border-color: #2EF184;
}
</style>