Shades of Shamrock #2FEF9A
Tints of Shamrock #2FEF9A
RGB
CMYK
RGB Variations
Color information
#2FEF9A (or 0x2FEF9A) is known color: Shamrock. HEX triplet: 2F, EF and 9A. RGB value is (47,239,154). Sum of RGB (Red+Green+Blue) = 47+239+154=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEF9A is #D01065. Grayscale: #ACACAC. Windows color (decimal): -13635686 or 10153775. OLE color: 10153775.
HSL color Cylindrical-coordinate representation of color #2FEF9A: hue angle of 153.44º 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 #2FEF9A is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 154 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.06 |
| HSL | 153.44º | 0.86% | 0.56% | - |
| HSV(B) | 153.44º | 0.8% | 0.94% | - |
| XYZ | 37.87 | 64.67 | 41.06 | - |
| YUV | 171.9 | 117.89 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 154 | 0.80 | 0 | 0.36 | 0.06 | 153.44 | 0.86 | 0.56 |
| Hex | 2F | EF | 9A | 50 | 0 | 24 | 6 | 99 | 56 | 38 |
| Octal | 57 | 357 | 232 | 120 | 0 | 44 | 6 | 231 | 126 | 70 |
| Binary | 101111 | 11101111 | 10011010 | 1010000 | 0 | 100100 | 110 | 10011001 | 1010110 | 111000 |
Color Harmonies of #2FEF9A
Complementary color
Monochromatic Colors of #2FEF9A
Black with #2FEF9A
Text Example
Text Example
White with #2FEF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF9A; }
p { color: rgb(47,239,154); }
H1.HeaderClassName
{
color: #2FEF9A;
}
.AnyTagClassName
{
color: #2FEF9A;
}
</style>
background-color css
<style>
a { background-color: #2FEF9A; }
a { background-color: rgb(47,239,154); }
div.DivClassName
{
background-color: #2FEF9A;
}
.BgClassName
{
background-color: #2FEF9A;
}
</style>
border-color css
<style>
span { border-color: #2FEF9A; }
span { border-color: rgb(47,239,154); }
td.TdClassName
{
border-color: #2FEF9A;
}
.TagClassName
{
border-color: #2FEF9A;
}
</style>