Shades of Shamrock #2CEF8B
Tints of Shamrock #2CEF8B
RGB
CMYK
RGB Variations
Color information
#2CEF8B (or 0x2CEF8B) is known color: Shamrock. HEX triplet: 2C, EF and 8B. RGB value is (44,239,139). Sum of RGB (Red+Green+Blue) = 44+239+139=422 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.43% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEF8B is #D31074. Grayscale: #A9A9A9. Windows color (decimal): -13832309 or 9170732. OLE color: 9170732.
HSL color Cylindrical-coordinate representation of color #2CEF8B: hue angle of 149.23º 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 #2CEF8B is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 139 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.06 |
| HSL | 149.23º | 0.86% | 0.55% | - |
| HSV(B) | 149.23º | 0.82% | 0.94% | - |
| XYZ | 36.57 | 64.13 | 34.88 | - |
| YUV | 169.3 | 110.9 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 139 | 0.82 | 0 | 0.42 | 0.06 | 149.23 | 0.86 | 0.55 |
| Hex | 2C | EF | 8B | 52 | 0 | 2A | 6 | 95 | 56 | 37 |
| Octal | 54 | 357 | 213 | 122 | 0 | 52 | 6 | 225 | 126 | 67 |
| Binary | 101100 | 11101111 | 10001011 | 1010010 | 0 | 101010 | 110 | 10010101 | 1010110 | 110111 |
Color Harmonies of #2CEF8B
Complementary color
Monochromatic Colors of #2CEF8B
Black with #2CEF8B
Text Example
Text Example
White with #2CEF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF8B; }
p { color: rgb(44,239,139); }
H1.HeaderClassName
{
color: #2CEF8B;
}
.AnyTagClassName
{
color: #2CEF8B;
}
</style>
background-color css
<style>
a { background-color: #2CEF8B; }
a { background-color: rgb(44,239,139); }
div.DivClassName
{
background-color: #2CEF8B;
}
.BgClassName
{
background-color: #2CEF8B;
}
</style>
border-color css
<style>
span { border-color: #2CEF8B; }
span { border-color: rgb(44,239,139); }
td.TdClassName
{
border-color: #2CEF8B;
}
.TagClassName
{
border-color: #2CEF8B;
}
</style>