Shades of Shamrock #2FE99D
Tints of Shamrock #2FE99D
RGB
CMYK
RGB Variations
Color information
#2FE99D (or 0x2FE99D) is known color: Shamrock. HEX triplet: 2F, E9 and 9D. RGB value is (47,233,157). Sum of RGB (Red+Green+Blue) = 47+233+157=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 233 (91.41% from 255 or 53.32% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE99D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE99D is #D01662. Grayscale: #A8A8A8. Windows color (decimal): -13637219 or 10348847. OLE color: 10348847.
HSL color Cylindrical-coordinate representation of color #2FE99D: hue angle of 155.48º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE99D is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 157 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.09 |
| HSL | 155.48º | 0.81% | 0.55% | - |
| HSV(B) | 155.48º | 0.8% | 0.91% | - |
| XYZ | 36.4 | 61.32 | 41.82 | - |
| YUV | 168.72 | 121.38 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 157 | 0.80 | 0 | 0.33 | 0.09 | 155.48 | 0.81 | 0.55 |
| Hex | 2F | E9 | 9D | 50 | 0 | 21 | 9 | 9B | 51 | 37 |
| Octal | 57 | 351 | 235 | 120 | 0 | 41 | 11 | 233 | 121 | 67 |
| Binary | 101111 | 11101001 | 10011101 | 1010000 | 0 | 100001 | 1001 | 10011011 | 1010001 | 110111 |
Color Harmonies of #2FE99D
Complementary color
Monochromatic Colors of #2FE99D
Black with #2FE99D
Text Example
Text Example
White with #2FE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE99D; }
p { color: rgb(47,233,157); }
H1.HeaderClassName
{
color: #2FE99D;
}
.AnyTagClassName
{
color: #2FE99D;
}
</style>
background-color css
<style>
a { background-color: #2FE99D; }
a { background-color: rgb(47,233,157); }
div.DivClassName
{
background-color: #2FE99D;
}
.BgClassName
{
background-color: #2FE99D;
}
</style>
border-color css
<style>
span { border-color: #2FE99D; }
span { border-color: rgb(47,233,157); }
td.TdClassName
{
border-color: #2FE99D;
}
.TagClassName
{
border-color: #2FE99D;
}
</style>