Shades of Shamrock #2CF293
Tints of Shamrock #2CF293
RGB
CMYK
RGB Variations
Color information
#2CF293 (or 0x2CF293) is known color: Shamrock. HEX triplet: 2C, F2 and 93. RGB value is (44,242,147). Sum of RGB (Red+Green+Blue) = 44+242+147=433 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.16% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF293 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF293 is #D30D6C. Grayscale: #ACACAC. Windows color (decimal): -13831533 or 9695788. OLE color: 9695788.
HSL color Cylindrical-coordinate representation of color #2CF293: hue angle of 151.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF293 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 242 | 147 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.05 |
| HSL | 151.21º | 0.88% | 0.56% | - |
| HSV(B) | 151.21º | 0.82% | 0.95% | - |
| XYZ | 38.06 | 66.15 | 38.37 | - |
| YUV | 171.97 | 113.9 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 242 | 147 | 0.82 | 0 | 0.39 | 0.05 | 151.21 | 0.88 | 0.56 |
| Hex | 2C | F2 | 93 | 52 | 0 | 27 | 5 | 97 | 58 | 38 |
| Octal | 54 | 362 | 223 | 122 | 0 | 47 | 5 | 227 | 130 | 70 |
| Binary | 101100 | 11110010 | 10010011 | 1010010 | 0 | 100111 | 101 | 10010111 | 1011000 | 111000 |
Color Harmonies of #2CF293
Complementary color
Monochromatic Colors of #2CF293
Black with #2CF293
Text Example
Text Example
White with #2CF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF293; }
p { color: rgb(44,242,147); }
H1.HeaderClassName
{
color: #2CF293;
}
.AnyTagClassName
{
color: #2CF293;
}
</style>
background-color css
<style>
a { background-color: #2CF293; }
a { background-color: rgb(44,242,147); }
div.DivClassName
{
background-color: #2CF293;
}
.BgClassName
{
background-color: #2CF293;
}
</style>
border-color css
<style>
span { border-color: #2CF293; }
span { border-color: rgb(44,242,147); }
td.TdClassName
{
border-color: #2CF293;
}
.TagClassName
{
border-color: #2CF293;
}
</style>