Shades of Shamrock #2FD68A
Tints of Shamrock #2FD68A
RGB
CMYK
RGB Variations
Color information
#2FD68A (or 0x2FD68A) is known color: Shamrock. HEX triplet: 2F, D6 and 8A. RGB value is (47,214,138). Sum of RGB (Red+Green+Blue) = 47+214+138=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD68A is #D02975. Grayscale: #9B9B9B. Windows color (decimal): -13642102 or 9098799. OLE color: 9098799.
HSL color Cylindrical-coordinate representation of color #2FD68A: hue angle of 152.69º degrees, saturation: 0.67, 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 #2FD68A is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 138 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.16 |
| HSL | 152.69º | 0.67% | 0.51% | - |
| HSV(B) | 152.69º | 0.78% | 0.84% | - |
| XYZ | 29.81 | 50.53 | 32.23 | - |
| YUV | 155.4 | 118.17 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 138 | 0.78 | 0 | 0.36 | 0.16 | 152.69 | 0.67 | 0.51 |
| Hex | 2F | D6 | 8A | 4E | 0 | 24 | 10 | 99 | 43 | 33 |
| Octal | 57 | 326 | 212 | 116 | 0 | 44 | 20 | 231 | 103 | 63 |
| Binary | 101111 | 11010110 | 10001010 | 1001110 | 0 | 100100 | 10000 | 10011001 | 1000011 | 110011 |
Color Harmonies of #2FD68A
Complementary color
Monochromatic Colors of #2FD68A
Black with #2FD68A
Text Example
Text Example
White with #2FD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD68A; }
p { color: rgb(47,214,138); }
H1.HeaderClassName
{
color: #2FD68A;
}
.AnyTagClassName
{
color: #2FD68A;
}
</style>
background-color css
<style>
a { background-color: #2FD68A; }
a { background-color: rgb(47,214,138); }
div.DivClassName
{
background-color: #2FD68A;
}
.BgClassName
{
background-color: #2FD68A;
}
</style>
border-color css
<style>
span { border-color: #2FD68A; }
span { border-color: rgb(47,214,138); }
td.TdClassName
{
border-color: #2FD68A;
}
.TagClassName
{
border-color: #2FD68A;
}
</style>