Shades of Shamrock #2CEF9E
Tints of Shamrock #2CEF9E
RGB
CMYK
RGB Variations
Color information
#2CEF9E (or 0x2CEF9E) is known color: Shamrock. HEX triplet: 2C, EF and 9E. RGB value is (44,239,158). Sum of RGB (Red+Green+Blue) = 44+239+158=441 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.98% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEF9E is #D31061. Grayscale: #ABABAB. Windows color (decimal): -13832290 or 10415916. OLE color: 10415916.
HSL color Cylindrical-coordinate representation of color #2CEF9E: hue angle of 155.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEF9E is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 158 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.06 |
| HSL | 155.08º | 0.86% | 0.55% | - |
| HSV(B) | 155.08º | 0.82% | 0.94% | - |
| XYZ | 38.08 | 64.74 | 42.84 | - |
| YUV | 171.46 | 120.4 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 158 | 0.82 | 0 | 0.34 | 0.06 | 155.08 | 0.86 | 0.55 |
| Hex | 2C | EF | 9E | 52 | 0 | 22 | 6 | 9B | 56 | 37 |
| Octal | 54 | 357 | 236 | 122 | 0 | 42 | 6 | 233 | 126 | 67 |
| Binary | 101100 | 11101111 | 10011110 | 1010010 | 0 | 100010 | 110 | 10011011 | 1010110 | 110111 |
Color Harmonies of #2CEF9E
Complementary color
Monochromatic Colors of #2CEF9E
Black with #2CEF9E
Text Example
Text Example
White with #2CEF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF9E; }
p { color: rgb(44,239,158); }
H1.HeaderClassName
{
color: #2CEF9E;
}
.AnyTagClassName
{
color: #2CEF9E;
}
</style>
background-color css
<style>
a { background-color: #2CEF9E; }
a { background-color: rgb(44,239,158); }
div.DivClassName
{
background-color: #2CEF9E;
}
.BgClassName
{
background-color: #2CEF9E;
}
</style>
border-color css
<style>
span { border-color: #2CEF9E; }
span { border-color: rgb(44,239,158); }
td.TdClassName
{
border-color: #2CEF9E;
}
.TagClassName
{
border-color: #2CEF9E;
}
</style>