Shades of Shamrock #2FE59B
Tints of Shamrock #2FE59B
RGB
CMYK
RGB Variations
Color information
#2FE59B (or 0x2FE59B) is known color: Shamrock. HEX triplet: 2F, E5 and 9B. RGB value is (47,229,155). Sum of RGB (Red+Green+Blue) = 47+229+155=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE59B is #D01A64. Grayscale: #A6A6A6. Windows color (decimal): -13638245 or 10216751. OLE color: 10216751.
HSL color Cylindrical-coordinate representation of color #2FE59B: hue angle of 155.6º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE59B is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 155 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.10 |
| HSL | 155.6º | 0.78% | 0.54% | - |
| HSV(B) | 155.6º | 0.79% | 0.9% | - |
| XYZ | 35.11 | 59.01 | 40.55 | - |
| YUV | 166.15 | 121.7 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 155 | 0.79 | 0 | 0.32 | 0.10 | 155.6 | 0.78 | 0.54 |
| Hex | 2F | E5 | 9B | 4F | 0 | 20 | A | 9C | 4E | 36 |
| Octal | 57 | 345 | 233 | 117 | 0 | 40 | 12 | 234 | 116 | 66 |
| Binary | 101111 | 11100101 | 10011011 | 1001111 | 0 | 100000 | 1010 | 10011100 | 1001110 | 110110 |
Color Harmonies of #2FE59B
Complementary color
Monochromatic Colors of #2FE59B
Black with #2FE59B
Text Example
Text Example
White with #2FE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE59B; }
p { color: rgb(47,229,155); }
H1.HeaderClassName
{
color: #2FE59B;
}
.AnyTagClassName
{
color: #2FE59B;
}
</style>
background-color css
<style>
a { background-color: #2FE59B; }
a { background-color: rgb(47,229,155); }
div.DivClassName
{
background-color: #2FE59B;
}
.BgClassName
{
background-color: #2FE59B;
}
</style>
border-color css
<style>
span { border-color: #2FE59B; }
span { border-color: rgb(47,229,155); }
td.TdClassName
{
border-color: #2FE59B;
}
.TagClassName
{
border-color: #2FE59B;
}
</style>