Shades of Shamrock #2FD68B
Tints of Shamrock #2FD68B
RGB
CMYK
RGB Variations
Color information
#2FD68B (or 0x2FD68B) is known color: Shamrock. HEX triplet: 2F, D6 and 8B. RGB value is (47,214,139). Sum of RGB (Red+Green+Blue) = 47+214+139=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD68B is #D02974. Grayscale: #9B9B9B. Windows color (decimal): -13642101 or 9164335. OLE color: 9164335.
HSL color Cylindrical-coordinate representation of color #2FD68B: hue angle of 153.05º 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 #2FD68B is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 139 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.16 |
| HSL | 153.05º | 0.67% | 0.51% | - |
| HSV(B) | 153.05º | 0.78% | 0.84% | - |
| XYZ | 29.88 | 50.56 | 32.61 | - |
| YUV | 155.52 | 118.67 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 139 | 0.78 | 0 | 0.35 | 0.16 | 153.05 | 0.67 | 0.51 |
| Hex | 2F | D6 | 8B | 4E | 0 | 23 | 10 | 99 | 43 | 33 |
| Octal | 57 | 326 | 213 | 116 | 0 | 43 | 20 | 231 | 103 | 63 |
| Binary | 101111 | 11010110 | 10001011 | 1001110 | 0 | 100011 | 10000 | 10011001 | 1000011 | 110011 |
Color Harmonies of #2FD68B
Complementary color
Monochromatic Colors of #2FD68B
Black with #2FD68B
Text Example
Text Example
White with #2FD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD68B; }
p { color: rgb(47,214,139); }
H1.HeaderClassName
{
color: #2FD68B;
}
.AnyTagClassName
{
color: #2FD68B;
}
</style>
background-color css
<style>
a { background-color: #2FD68B; }
a { background-color: rgb(47,214,139); }
div.DivClassName
{
background-color: #2FD68B;
}
.BgClassName
{
background-color: #2FD68B;
}
</style>
border-color css
<style>
span { border-color: #2FD68B; }
span { border-color: rgb(47,214,139); }
td.TdClassName
{
border-color: #2FD68B;
}
.TagClassName
{
border-color: #2FD68B;
}
</style>