Shades of Shamrock #2CF08B
Tints of Shamrock #2CF08B
RGB
CMYK
RGB Variations
Color information
#2CF08B (or 0x2CF08B) is known color: Shamrock. HEX triplet: 2C, F0 and 8B. RGB value is (44,240,139). Sum of RGB (Red+Green+Blue) = 44+240+139=423 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.40% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF08B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF08B is #D30F74. Grayscale: #AAAAAA. Windows color (decimal): -13832053 or 9170988. OLE color: 9170988.
HSL color Cylindrical-coordinate representation of color #2CF08B: hue angle of 149.08º 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 #2CF08B is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 139 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.06 |
| HSL | 149.08º | 0.87% | 0.56% | - |
| HSV(B) | 149.08º | 0.82% | 0.94% | - |
| XYZ | 36.86 | 64.72 | 34.98 | - |
| YUV | 169.88 | 110.57 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 139 | 0.82 | 0 | 0.42 | 0.06 | 149.08 | 0.87 | 0.56 |
| Hex | 2C | F0 | 8B | 52 | 0 | 2A | 6 | 95 | 57 | 38 |
| Octal | 54 | 360 | 213 | 122 | 0 | 52 | 6 | 225 | 127 | 70 |
| Binary | 101100 | 11110000 | 10001011 | 1010010 | 0 | 101010 | 110 | 10010101 | 1010111 | 111000 |
Color Harmonies of #2CF08B
Complementary color
Monochromatic Colors of #2CF08B
Black with #2CF08B
Text Example
Text Example
White with #2CF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF08B; }
p { color: rgb(44,240,139); }
H1.HeaderClassName
{
color: #2CF08B;
}
.AnyTagClassName
{
color: #2CF08B;
}
</style>
background-color css
<style>
a { background-color: #2CF08B; }
a { background-color: rgb(44,240,139); }
div.DivClassName
{
background-color: #2CF08B;
}
.BgClassName
{
background-color: #2CF08B;
}
</style>
border-color css
<style>
span { border-color: #2CF08B; }
span { border-color: rgb(44,240,139); }
td.TdClassName
{
border-color: #2CF08B;
}
.TagClassName
{
border-color: #2CF08B;
}
</style>