Shades of Shamrock #2CF38E
Tints of Shamrock #2CF38E
RGB
CMYK
RGB Variations
Color information
#2CF38E (or 0x2CF38E) is known color: Shamrock. HEX triplet: 2C, F3 and 8E. RGB value is (44,243,142). Sum of RGB (Red+Green+Blue) = 44+243+142=429 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.26% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF38E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF38E is #D30C71. Grayscale: #ACACAC. Windows color (decimal): -13831282 or 9368364. OLE color: 9368364.
HSL color Cylindrical-coordinate representation of color #2CF38E: hue angle of 149.55º degrees, saturation: 0.89, 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 #2CF38E is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 142 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.05 |
| HSL | 149.55º | 0.89% | 0.56% | - |
| HSV(B) | 149.55º | 0.82% | 0.95% | - |
| XYZ | 37.97 | 66.59 | 36.44 | - |
| YUV | 171.99 | 111.07 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 142 | 0.82 | 0 | 0.42 | 0.05 | 149.55 | 0.89 | 0.56 |
| Hex | 2C | F3 | 8E | 52 | 0 | 2A | 5 | 96 | 59 | 38 |
| Octal | 54 | 363 | 216 | 122 | 0 | 52 | 5 | 226 | 131 | 70 |
| Binary | 101100 | 11110011 | 10001110 | 1010010 | 0 | 101010 | 101 | 10010110 | 1011001 | 111000 |
Color Harmonies of #2CF38E
Complementary color
Monochromatic Colors of #2CF38E
Black with #2CF38E
Text Example
Text Example
White with #2CF38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF38E; }
p { color: rgb(44,243,142); }
H1.HeaderClassName
{
color: #2CF38E;
}
.AnyTagClassName
{
color: #2CF38E;
}
</style>
background-color css
<style>
a { background-color: #2CF38E; }
a { background-color: rgb(44,243,142); }
div.DivClassName
{
background-color: #2CF38E;
}
.BgClassName
{
background-color: #2CF38E;
}
</style>
border-color css
<style>
span { border-color: #2CF38E; }
span { border-color: rgb(44,243,142); }
td.TdClassName
{
border-color: #2CF38E;
}
.TagClassName
{
border-color: #2CF38E;
}
</style>