Shades of Shamrock #2FF59D
Tints of Shamrock #2FF59D
RGB
CMYK
RGB Variations
Color information
#2FF59D (or 0x2FF59D) is known color: Shamrock. HEX triplet: 2F, F5 and 9D. RGB value is (47,245,157). Sum of RGB (Red+Green+Blue) = 47+245+157=449 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.47% from 449); Green value is 245 (96.09% from 255 or 54.57% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF59D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF59D is #D00A62. Grayscale: #AFAFAF. Windows color (decimal): -13634147 or 10351919. OLE color: 10351919.
HSL color Cylindrical-coordinate representation of color #2FF59D: hue angle of 153.33º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF59D is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 157 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.04 |
| HSL | 153.33º | 0.91% | 0.57% | - |
| HSV(B) | 153.33º | 0.81% | 0.96% | - |
| XYZ | 39.91 | 68.34 | 42.99 | - |
| YUV | 175.77 | 117.4 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 157 | 0.81 | 0 | 0.36 | 0.04 | 153.33 | 0.91 | 0.57 |
| Hex | 2F | F5 | 9D | 51 | 0 | 24 | 4 | 99 | 5B | 39 |
| Octal | 57 | 365 | 235 | 121 | 0 | 44 | 4 | 231 | 133 | 71 |
| Binary | 101111 | 11110101 | 10011101 | 1010001 | 0 | 100100 | 100 | 10011001 | 1011011 | 111001 |
Color Harmonies of #2FF59D
Complementary color
Monochromatic Colors of #2FF59D
Black with #2FF59D
Text Example
Text Example
White with #2FF59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF59D; }
p { color: rgb(47,245,157); }
H1.HeaderClassName
{
color: #2FF59D;
}
.AnyTagClassName
{
color: #2FF59D;
}
</style>
background-color css
<style>
a { background-color: #2FF59D; }
a { background-color: rgb(47,245,157); }
div.DivClassName
{
background-color: #2FF59D;
}
.BgClassName
{
background-color: #2FF59D;
}
</style>
border-color css
<style>
span { border-color: #2FF59D; }
span { border-color: rgb(47,245,157); }
td.TdClassName
{
border-color: #2FF59D;
}
.TagClassName
{
border-color: #2FF59D;
}
</style>