Shades of Shamrock #2FD783
Tints of Shamrock #2FD783
RGB
CMYK
RGB Variations
Color information
#2FD783 (or 0x2FD783) is known color: Shamrock. HEX triplet: 2F, D7 and 83. RGB value is (47,215,131). Sum of RGB (Red+Green+Blue) = 47+215+131=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD783 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD783 is #D0287C. Grayscale: #9B9B9B. Windows color (decimal): -13641853 or 8640303. OLE color: 8640303.
HSL color Cylindrical-coordinate representation of color #2FD783: hue angle of 150º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD783 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 215 | 131 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.16 |
| HSL | 150º | 0.68% | 0.51% | - |
| HSV(B) | 150º | 0.78% | 0.84% | - |
| XYZ | 29.57 | 50.84 | 29.73 | - |
| YUV | 155.19 | 114.34 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 215 | 131 | 0.78 | 0 | 0.39 | 0.16 | 150 | 0.68 | 0.51 |
| Hex | 2F | D7 | 83 | 4E | 0 | 27 | 10 | 96 | 44 | 33 |
| Octal | 57 | 327 | 203 | 116 | 0 | 47 | 20 | 226 | 104 | 63 |
| Binary | 101111 | 11010111 | 10000011 | 1001110 | 0 | 100111 | 10000 | 10010110 | 1000100 | 110011 |
Color Harmonies of #2FD783
Complementary color
Monochromatic Colors of #2FD783
Black with #2FD783
Text Example
Text Example
White with #2FD783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD783; }
p { color: rgb(47,215,131); }
H1.HeaderClassName
{
color: #2FD783;
}
.AnyTagClassName
{
color: #2FD783;
}
</style>
background-color css
<style>
a { background-color: #2FD783; }
a { background-color: rgb(47,215,131); }
div.DivClassName
{
background-color: #2FD783;
}
.BgClassName
{
background-color: #2FD783;
}
</style>
border-color css
<style>
span { border-color: #2FD783; }
span { border-color: rgb(47,215,131); }
td.TdClassName
{
border-color: #2FD783;
}
.TagClassName
{
border-color: #2FD783;
}
</style>