Shades of Shamrock #2CF493
Tints of Shamrock #2CF493
RGB
CMYK
RGB Variations
Color information
#2CF493 (or 0x2CF493) is known color: Shamrock. HEX triplet: 2C, F4 and 93. RGB value is (44,244,147). Sum of RGB (Red+Green+Blue) = 44+244+147=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 244 (95.70% from 255 or 56.09% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 244 - color contains mainly: green. Hex color #2CF493 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF493 is #D30B6C. Grayscale: #ADADAD. Windows color (decimal): -13831021 or 9696300. OLE color: 9696300.
HSL color Cylindrical-coordinate representation of color #2CF493: hue angle of 150.9º 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 #2CF493 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 244 | 147 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.04 |
| HSL | 150.9º | 0.9% | 0.56% | - |
| HSV(B) | 150.9º | 0.82% | 0.96% | - |
| XYZ | 38.66 | 67.34 | 38.56 | - |
| YUV | 173.14 | 113.24 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 244 | 147 | 0.82 | 0 | 0.40 | 0.04 | 150.9 | 0.9 | 0.56 |
| Hex | 2C | F4 | 93 | 52 | 0 | 28 | 4 | 97 | 5A | 38 |
| Octal | 54 | 364 | 223 | 122 | 0 | 50 | 4 | 227 | 132 | 70 |
| Binary | 101100 | 11110100 | 10010011 | 1010010 | 0 | 101000 | 100 | 10010111 | 1011010 | 111000 |
Color Harmonies of #2CF493
Complementary color
Monochromatic Colors of #2CF493
Black with #2CF493
Text Example
Text Example
White with #2CF493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF493; }
p { color: rgb(44,244,147); }
H1.HeaderClassName
{
color: #2CF493;
}
.AnyTagClassName
{
color: #2CF493;
}
</style>
background-color css
<style>
a { background-color: #2CF493; }
a { background-color: rgb(44,244,147); }
div.DivClassName
{
background-color: #2CF493;
}
.BgClassName
{
background-color: #2CF493;
}
</style>
border-color css
<style>
span { border-color: #2CF493; }
span { border-color: rgb(44,244,147); }
td.TdClassName
{
border-color: #2CF493;
}
.TagClassName
{
border-color: #2CF493;
}
</style>