Shades of Shamrock #2CF09F
Tints of Shamrock #2CF09F
RGB
CMYK
RGB Variations
Color information
#2CF09F (or 0x2CF09F) is known color: Shamrock. HEX triplet: 2C, F0 and 9F. RGB value is (44,240,159). Sum of RGB (Red+Green+Blue) = 44+240+159=443 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.93% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF09F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF09F is #D30F60. Grayscale: #ACACAC. Windows color (decimal): -13832033 or 10481708. OLE color: 10481708.
HSL color Cylindrical-coordinate representation of color #2CF09F: hue angle of 155.2º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF09F is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 159 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.06 |
| HSL | 155.2º | 0.87% | 0.56% | - |
| HSV(B) | 155.2º | 0.82% | 0.94% | - |
| XYZ | 38.46 | 65.36 | 43.39 | - |
| YUV | 172.16 | 120.57 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 159 | 0.82 | 0 | 0.34 | 0.06 | 155.2 | 0.87 | 0.56 |
| Hex | 2C | F0 | 9F | 52 | 0 | 22 | 6 | 9B | 57 | 38 |
| Octal | 54 | 360 | 237 | 122 | 0 | 42 | 6 | 233 | 127 | 70 |
| Binary | 101100 | 11110000 | 10011111 | 1010010 | 0 | 100010 | 110 | 10011011 | 1010111 | 111000 |
Color Harmonies of #2CF09F
Complementary color
Monochromatic Colors of #2CF09F
Black with #2CF09F
Text Example
Text Example
White with #2CF09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF09F; }
p { color: rgb(44,240,159); }
H1.HeaderClassName
{
color: #2CF09F;
}
.AnyTagClassName
{
color: #2CF09F;
}
</style>
background-color css
<style>
a { background-color: #2CF09F; }
a { background-color: rgb(44,240,159); }
div.DivClassName
{
background-color: #2CF09F;
}
.BgClassName
{
background-color: #2CF09F;
}
</style>
border-color css
<style>
span { border-color: #2CF09F; }
span { border-color: rgb(44,240,159); }
td.TdClassName
{
border-color: #2CF09F;
}
.TagClassName
{
border-color: #2CF09F;
}
</style>