Shades of Shamrock #2FE99B
Tints of Shamrock #2FE99B
RGB
CMYK
RGB Variations
Color information
#2FE99B (or 0x2FE99B) is known color: Shamrock. HEX triplet: 2F, E9 and 9B. RGB value is (47,233,155). Sum of RGB (Red+Green+Blue) = 47+233+155=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE99B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE99B is #D01664. Grayscale: #A8A8A8. Windows color (decimal): -13637221 or 10217775. OLE color: 10217775.
HSL color Cylindrical-coordinate representation of color #2FE99B: hue angle of 154.84º 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 #2FE99B is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 155 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.09 |
| HSL | 154.84º | 0.81% | 0.55% | - |
| HSV(B) | 154.84º | 0.8% | 0.91% | - |
| XYZ | 36.23 | 61.25 | 40.92 | - |
| YUV | 168.49 | 120.38 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 155 | 0.80 | 0 | 0.33 | 0.09 | 154.84 | 0.81 | 0.55 |
| Hex | 2F | E9 | 9B | 50 | 0 | 21 | 9 | 9B | 51 | 37 |
| Octal | 57 | 351 | 233 | 120 | 0 | 41 | 11 | 233 | 121 | 67 |
| Binary | 101111 | 11101001 | 10011011 | 1010000 | 0 | 100001 | 1001 | 10011011 | 1010001 | 110111 |
Color Harmonies of #2FE99B
Complementary color
Monochromatic Colors of #2FE99B
Black with #2FE99B
Text Example
Text Example
White with #2FE99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE99B; }
p { color: rgb(47,233,155); }
H1.HeaderClassName
{
color: #2FE99B;
}
.AnyTagClassName
{
color: #2FE99B;
}
</style>
background-color css
<style>
a { background-color: #2FE99B; }
a { background-color: rgb(47,233,155); }
div.DivClassName
{
background-color: #2FE99B;
}
.BgClassName
{
background-color: #2FE99B;
}
</style>
border-color css
<style>
span { border-color: #2FE99B; }
span { border-color: rgb(47,233,155); }
td.TdClassName
{
border-color: #2FE99B;
}
.TagClassName
{
border-color: #2FE99B;
}
</style>