Shades of Shamrock #2FEF9B
Tints of Shamrock #2FEF9B
RGB
CMYK
RGB Variations
Color information
#2FEF9B (or 0x2FEF9B) is known color: Shamrock. HEX triplet: 2F, EF and 9B. RGB value is (47,239,155). Sum of RGB (Red+Green+Blue) = 47+239+155=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEF9B is #D01064. Grayscale: #ACACAC. Windows color (decimal): -13635685 or 10219311. OLE color: 10219311.
HSL color Cylindrical-coordinate representation of color #2FEF9B: hue angle of 153.75º 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 #2FEF9B is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 155 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.06 |
| HSL | 153.75º | 0.86% | 0.56% | - |
| HSV(B) | 153.75º | 0.8% | 0.94% | - |
| XYZ | 37.96 | 64.7 | 41.5 | - |
| YUV | 172.02 | 118.39 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 155 | 0.80 | 0 | 0.35 | 0.06 | 153.75 | 0.86 | 0.56 |
| Hex | 2F | EF | 9B | 50 | 0 | 23 | 6 | 9A | 56 | 38 |
| Octal | 57 | 357 | 233 | 120 | 0 | 43 | 6 | 232 | 126 | 70 |
| Binary | 101111 | 11101111 | 10011011 | 1010000 | 0 | 100011 | 110 | 10011010 | 1010110 | 111000 |
Color Harmonies of #2FEF9B
Complementary color
Monochromatic Colors of #2FEF9B
Black with #2FEF9B
Text Example
Text Example
White with #2FEF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF9B; }
p { color: rgb(47,239,155); }
H1.HeaderClassName
{
color: #2FEF9B;
}
.AnyTagClassName
{
color: #2FEF9B;
}
</style>
background-color css
<style>
a { background-color: #2FEF9B; }
a { background-color: rgb(47,239,155); }
div.DivClassName
{
background-color: #2FEF9B;
}
.BgClassName
{
background-color: #2FEF9B;
}
</style>
border-color css
<style>
span { border-color: #2FEF9B; }
span { border-color: rgb(47,239,155); }
td.TdClassName
{
border-color: #2FEF9B;
}
.TagClassName
{
border-color: #2FEF9B;
}
</style>