Shades of Shamrock #2FDA83
Tints of Shamrock #2FDA83
RGB
CMYK
RGB Variations
Color information
#2FDA83 (or 0x2FDA83) is known color: Shamrock. HEX triplet: 2F, DA and 83. RGB value is (47,218,131). Sum of RGB (Red+Green+Blue) = 47+218+131=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDA83 is #D0257C. Grayscale: #9D9D9D. Windows color (decimal): -13641085 or 8641071. OLE color: 8641071.
HSL color Cylindrical-coordinate representation of color #2FDA83: hue angle of 149.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA83 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 131 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.15 |
| HSL | 149.47º | 0.7% | 0.52% | - |
| HSV(B) | 149.47º | 0.78% | 0.85% | - |
| XYZ | 30.34 | 52.39 | 29.99 | - |
| YUV | 156.95 | 113.35 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 131 | 0.78 | 0 | 0.40 | 0.15 | 149.47 | 0.7 | 0.52 |
| Hex | 2F | DA | 83 | 4E | 0 | 28 | F | 95 | 46 | 34 |
| Octal | 57 | 332 | 203 | 116 | 0 | 50 | 17 | 225 | 106 | 64 |
| Binary | 101111 | 11011010 | 10000011 | 1001110 | 0 | 101000 | 1111 | 10010101 | 1000110 | 110100 |
Color Harmonies of #2FDA83
Complementary color
Monochromatic Colors of #2FDA83
Black with #2FDA83
Text Example
Text Example
White with #2FDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA83; }
p { color: rgb(47,218,131); }
H1.HeaderClassName
{
color: #2FDA83;
}
.AnyTagClassName
{
color: #2FDA83;
}
</style>
background-color css
<style>
a { background-color: #2FDA83; }
a { background-color: rgb(47,218,131); }
div.DivClassName
{
background-color: #2FDA83;
}
.BgClassName
{
background-color: #2FDA83;
}
</style>
border-color css
<style>
span { border-color: #2FDA83; }
span { border-color: rgb(47,218,131); }
td.TdClassName
{
border-color: #2FDA83;
}
.TagClassName
{
border-color: #2FDA83;
}
</style>