Shades of Shamrock #2FF59A
Tints of Shamrock #2FF59A
RGB
CMYK
RGB Variations
Color information
#2FF59A (or 0x2FF59A) is known color: Shamrock. HEX triplet: 2F, F5 and 9A. RGB value is (47,245,154). Sum of RGB (Red+Green+Blue) = 47+245+154=446 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.54% from 446); Green value is 245 (96.09% from 255 or 54.93% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF59A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF59A is #D00A65. Grayscale: #AFAFAF. Windows color (decimal): -13634150 or 10155311. OLE color: 10155311.
HSL color Cylindrical-coordinate representation of color #2FF59A: hue angle of 152.42º 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 #2FF59A is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 154 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.04 |
| HSL | 152.42º | 0.91% | 0.57% | - |
| HSV(B) | 152.42º | 0.81% | 0.96% | - |
| XYZ | 39.66 | 68.24 | 41.65 | - |
| YUV | 175.42 | 115.9 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 154 | 0.81 | 0 | 0.37 | 0.04 | 152.42 | 0.91 | 0.57 |
| Hex | 2F | F5 | 9A | 51 | 0 | 25 | 4 | 98 | 5B | 39 |
| Octal | 57 | 365 | 232 | 121 | 0 | 45 | 4 | 230 | 133 | 71 |
| Binary | 101111 | 11110101 | 10011010 | 1010001 | 0 | 100101 | 100 | 10011000 | 1011011 | 111001 |
Color Harmonies of #2FF59A
Complementary color
Monochromatic Colors of #2FF59A
Black with #2FF59A
Text Example
Text Example
White with #2FF59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF59A; }
p { color: rgb(47,245,154); }
H1.HeaderClassName
{
color: #2FF59A;
}
.AnyTagClassName
{
color: #2FF59A;
}
</style>
background-color css
<style>
a { background-color: #2FF59A; }
a { background-color: rgb(47,245,154); }
div.DivClassName
{
background-color: #2FF59A;
}
.BgClassName
{
background-color: #2FF59A;
}
</style>
border-color css
<style>
span { border-color: #2FF59A; }
span { border-color: rgb(47,245,154); }
td.TdClassName
{
border-color: #2FF59A;
}
.TagClassName
{
border-color: #2FF59A;
}
</style>