Shades of Shamrock #2FD58A
Tints of Shamrock #2FD58A
RGB
CMYK
RGB Variations
Color information
#2FD58A (or 0x2FD58A) is known color: Shamrock. HEX triplet: 2F, D5 and 8A. RGB value is (47,213,138). Sum of RGB (Red+Green+Blue) = 47+213+138=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD58A is #D02A75. Grayscale: #9A9A9A. Windows color (decimal): -13642358 or 9098543. OLE color: 9098543.
HSL color Cylindrical-coordinate representation of color #2FD58A: hue angle of 152.89º degrees, saturation: 0.66, 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 #2FD58A is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 138 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.16 |
| HSL | 152.89º | 0.66% | 0.51% | - |
| HSV(B) | 152.89º | 0.78% | 0.84% | - |
| XYZ | 29.55 | 50.03 | 32.14 | - |
| YUV | 154.82 | 118.5 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 138 | 0.78 | 0 | 0.35 | 0.16 | 152.89 | 0.66 | 0.51 |
| Hex | 2F | D5 | 8A | 4E | 0 | 23 | 10 | 99 | 42 | 33 |
| Octal | 57 | 325 | 212 | 116 | 0 | 43 | 20 | 231 | 102 | 63 |
| Binary | 101111 | 11010101 | 10001010 | 1001110 | 0 | 100011 | 10000 | 10011001 | 1000010 | 110011 |
Color Harmonies of #2FD58A
Complementary color
Monochromatic Colors of #2FD58A
Black with #2FD58A
Text Example
Text Example
White with #2FD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD58A; }
p { color: rgb(47,213,138); }
H1.HeaderClassName
{
color: #2FD58A;
}
.AnyTagClassName
{
color: #2FD58A;
}
</style>
background-color css
<style>
a { background-color: #2FD58A; }
a { background-color: rgb(47,213,138); }
div.DivClassName
{
background-color: #2FD58A;
}
.BgClassName
{
background-color: #2FD58A;
}
</style>
border-color css
<style>
span { border-color: #2FD58A; }
span { border-color: rgb(47,213,138); }
td.TdClassName
{
border-color: #2FD58A;
}
.TagClassName
{
border-color: #2FD58A;
}
</style>