Shades of Shamrock #2FE59D
Tints of Shamrock #2FE59D
RGB
CMYK
RGB Variations
Color information
#2FE59D (or 0x2FE59D) is known color: Shamrock. HEX triplet: 2F, E5 and 9D. RGB value is (47,229,157). Sum of RGB (Red+Green+Blue) = 47+229+157=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE59D is #D01A62. Grayscale: #A6A6A6. Windows color (decimal): -13638243 or 10347823. OLE color: 10347823.
HSL color Cylindrical-coordinate representation of color #2FE59D: hue angle of 156.26º 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 #2FE59D is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 157 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.10 |
| HSL | 156.26º | 0.78% | 0.54% | - |
| HSV(B) | 156.26º | 0.79% | 0.9% | - |
| XYZ | 35.28 | 59.08 | 41.44 | - |
| YUV | 166.37 | 122.7 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 157 | 0.79 | 0 | 0.31 | 0.10 | 156.26 | 0.78 | 0.54 |
| Hex | 2F | E5 | 9D | 4F | 0 | 1F | A | 9C | 4E | 36 |
| Octal | 57 | 345 | 235 | 117 | 0 | 37 | 12 | 234 | 116 | 66 |
| Binary | 101111 | 11100101 | 10011101 | 1001111 | 0 | 11111 | 1010 | 10011100 | 1001110 | 110110 |
Color Harmonies of #2FE59D
Complementary color
Monochromatic Colors of #2FE59D
Black with #2FE59D
Text Example
Text Example
White with #2FE59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE59D; }
p { color: rgb(47,229,157); }
H1.HeaderClassName
{
color: #2FE59D;
}
.AnyTagClassName
{
color: #2FE59D;
}
</style>
background-color css
<style>
a { background-color: #2FE59D; }
a { background-color: rgb(47,229,157); }
div.DivClassName
{
background-color: #2FE59D;
}
.BgClassName
{
background-color: #2FE59D;
}
</style>
border-color css
<style>
span { border-color: #2FE59D; }
span { border-color: rgb(47,229,157); }
td.TdClassName
{
border-color: #2FE59D;
}
.TagClassName
{
border-color: #2FE59D;
}
</style>