Shades of Shamrock #2FE584
Tints of Shamrock #2FE584
RGB
CMYK
RGB Variations
Color information
#2FE584 (or 0x2FE584) is known color: Shamrock. HEX triplet: 2F, E5 and 84. RGB value is (47,229,132). Sum of RGB (Red+Green+Blue) = 47+229+132=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 229 (89.84% from 255 or 56.13% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE584 is #D01A7B. Grayscale: #A3A3A3. Windows color (decimal): -13638268 or 8709423. OLE color: 8709423.
HSL color Cylindrical-coordinate representation of color #2FE584: hue angle of 148.02º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE584 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 132 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.10 |
| HSL | 148.02º | 0.78% | 0.54% | - |
| HSV(B) | 148.02º | 0.79% | 0.9% | - |
| XYZ | 33.36 | 58.31 | 31.33 | - |
| YUV | 163.52 | 110.2 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 132 | 0.79 | 0 | 0.42 | 0.10 | 148.02 | 0.78 | 0.54 |
| Hex | 2F | E5 | 84 | 4F | 0 | 2A | A | 94 | 4E | 36 |
| Octal | 57 | 345 | 204 | 117 | 0 | 52 | 12 | 224 | 116 | 66 |
| Binary | 101111 | 11100101 | 10000100 | 1001111 | 0 | 101010 | 1010 | 10010100 | 1001110 | 110110 |
Color Harmonies of #2FE584
Complementary color
Monochromatic Colors of #2FE584
Black with #2FE584
Text Example
Text Example
White with #2FE584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE584; }
p { color: rgb(47,229,132); }
H1.HeaderClassName
{
color: #2FE584;
}
.AnyTagClassName
{
color: #2FE584;
}
</style>
background-color css
<style>
a { background-color: #2FE584; }
a { background-color: rgb(47,229,132); }
div.DivClassName
{
background-color: #2FE584;
}
.BgClassName
{
background-color: #2FE584;
}
</style>
border-color css
<style>
span { border-color: #2FE584; }
span { border-color: rgb(47,229,132); }
td.TdClassName
{
border-color: #2FE584;
}
.TagClassName
{
border-color: #2FE584;
}
</style>