Shades of Shamrock #2FEF9D
Tints of Shamrock #2FEF9D
RGB
CMYK
RGB Variations
Color information
#2FEF9D (or 0x2FEF9D) is known color: Shamrock. HEX triplet: 2F, EF and 9D. RGB value is (47,239,157). Sum of RGB (Red+Green+Blue) = 47+239+157=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEF9D is #D01062. Grayscale: #ACACAC. Windows color (decimal): -13635683 or 10350383. OLE color: 10350383.
HSL color Cylindrical-coordinate representation of color #2FEF9D: hue angle of 154.38º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEF9D is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 157 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.06 |
| HSL | 154.38º | 0.86% | 0.56% | - |
| HSV(B) | 154.38º | 0.8% | 0.94% | - |
| XYZ | 38.12 | 64.77 | 42.39 | - |
| YUV | 172.24 | 119.39 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 157 | 0.80 | 0 | 0.34 | 0.06 | 154.38 | 0.86 | 0.56 |
| Hex | 2F | EF | 9D | 50 | 0 | 22 | 6 | 9A | 56 | 38 |
| Octal | 57 | 357 | 235 | 120 | 0 | 42 | 6 | 232 | 126 | 70 |
| Binary | 101111 | 11101111 | 10011101 | 1010000 | 0 | 100010 | 110 | 10011010 | 1010110 | 111000 |
Color Harmonies of #2FEF9D
Complementary color
Monochromatic Colors of #2FEF9D
Black with #2FEF9D
Text Example
Text Example
White with #2FEF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF9D; }
p { color: rgb(47,239,157); }
H1.HeaderClassName
{
color: #2FEF9D;
}
.AnyTagClassName
{
color: #2FEF9D;
}
</style>
background-color css
<style>
a { background-color: #2FEF9D; }
a { background-color: rgb(47,239,157); }
div.DivClassName
{
background-color: #2FEF9D;
}
.BgClassName
{
background-color: #2FEF9D;
}
</style>
border-color css
<style>
span { border-color: #2FEF9D; }
span { border-color: rgb(47,239,157); }
td.TdClassName
{
border-color: #2FEF9D;
}
.TagClassName
{
border-color: #2FEF9D;
}
</style>