Shades of Shamrock #2CF69F
Tints of Shamrock #2CF69F
RGB
CMYK
RGB Variations
Color information
#2CF69F (or 0x2CF69F) is known color: Shamrock. HEX triplet: 2C, F6 and 9F. RGB value is (44,246,159). Sum of RGB (Red+Green+Blue) = 44+246+159=449 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.80% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF69F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF69F is #D30960. Grayscale: #AFAFAF. Windows color (decimal): -13830497 or 10483244. OLE color: 10483244.
HSL color Cylindrical-coordinate representation of color #2CF69F: hue angle of 154.16º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF69F is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 159 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.04 |
| HSL | 154.16º | 0.92% | 0.57% | - |
| HSV(B) | 154.16º | 0.82% | 0.96% | - |
| XYZ | 40.25 | 68.95 | 43.99 | - |
| YUV | 175.68 | 118.58 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 159 | 0.82 | 0 | 0.35 | 0.04 | 154.16 | 0.92 | 0.57 |
| Hex | 2C | F6 | 9F | 52 | 0 | 23 | 4 | 9A | 5C | 39 |
| Octal | 54 | 366 | 237 | 122 | 0 | 43 | 4 | 232 | 134 | 71 |
| Binary | 101100 | 11110110 | 10011111 | 1010010 | 0 | 100011 | 100 | 10011010 | 1011100 | 111001 |
Color Harmonies of #2CF69F
Complementary color
Monochromatic Colors of #2CF69F
Black with #2CF69F
Text Example
Text Example
White with #2CF69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF69F; }
p { color: rgb(44,246,159); }
H1.HeaderClassName
{
color: #2CF69F;
}
.AnyTagClassName
{
color: #2CF69F;
}
</style>
background-color css
<style>
a { background-color: #2CF69F; }
a { background-color: rgb(44,246,159); }
div.DivClassName
{
background-color: #2CF69F;
}
.BgClassName
{
background-color: #2CF69F;
}
</style>
border-color css
<style>
span { border-color: #2CF69F; }
span { border-color: rgb(44,246,159); }
td.TdClassName
{
border-color: #2CF69F;
}
.TagClassName
{
border-color: #2CF69F;
}
</style>