Shades of Shamrock #2CF48D
Tints of Shamrock #2CF48D
RGB
CMYK
RGB Variations
Color information
#2CF48D (or 0x2CF48D) is known color: Shamrock. HEX triplet: 2C, F4 and 8D. RGB value is (44,244,141). Sum of RGB (Red+Green+Blue) = 44+244+141=429 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.26% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #2CF48D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF48D is #D30B72. Grayscale: #ACACAC. Windows color (decimal): -13831027 or 9303084. OLE color: 9303084.
HSL color Cylindrical-coordinate representation of color #2CF48D: hue angle of 149.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF48D is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 244 | 141 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.04 |
| HSL | 149.1º | 0.9% | 0.56% | - |
| HSV(B) | 149.1º | 0.82% | 0.96% | - |
| XYZ | 38.2 | 67.16 | 36.15 | - |
| YUV | 172.46 | 110.24 | 36.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 244 | 141 | 0.82 | 0 | 0.42 | 0.04 | 149.1 | 0.9 | 0.56 |
| Hex | 2C | F4 | 8D | 52 | 0 | 2A | 4 | 95 | 5A | 38 |
| Octal | 54 | 364 | 215 | 122 | 0 | 52 | 4 | 225 | 132 | 70 |
| Binary | 101100 | 11110100 | 10001101 | 1010010 | 0 | 101010 | 100 | 10010101 | 1011010 | 111000 |
Color Harmonies of #2CF48D
Complementary color
Monochromatic Colors of #2CF48D
Black with #2CF48D
Text Example
Text Example
White with #2CF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF48D; }
p { color: rgb(44,244,141); }
H1.HeaderClassName
{
color: #2CF48D;
}
.AnyTagClassName
{
color: #2CF48D;
}
</style>
background-color css
<style>
a { background-color: #2CF48D; }
a { background-color: rgb(44,244,141); }
div.DivClassName
{
background-color: #2CF48D;
}
.BgClassName
{
background-color: #2CF48D;
}
</style>
border-color css
<style>
span { border-color: #2CF48D; }
span { border-color: rgb(44,244,141); }
td.TdClassName
{
border-color: #2CF48D;
}
.TagClassName
{
border-color: #2CF48D;
}
</style>