Shades of Shamrock #2CEF9A
Tints of Shamrock #2CEF9A
RGB
CMYK
RGB Variations
Color information
#2CEF9A (or 0x2CEF9A) is known color: Shamrock. HEX triplet: 2C, EF and 9A. RGB value is (44,239,154). Sum of RGB (Red+Green+Blue) = 44+239+154=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEF9A is #D31065. Grayscale: #ABABAB. Windows color (decimal): -13832294 or 10153772. OLE color: 10153772.
HSL color Cylindrical-coordinate representation of color #2CEF9A: hue angle of 153.85º 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 #2CEF9A is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 154 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.06 |
| HSL | 153.85º | 0.86% | 0.55% | - |
| HSV(B) | 153.85º | 0.82% | 0.94% | - |
| XYZ | 37.74 | 64.6 | 41.05 | - |
| YUV | 171.01 | 118.4 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 154 | 0.82 | 0 | 0.36 | 0.06 | 153.85 | 0.86 | 0.55 |
| Hex | 2C | EF | 9A | 52 | 0 | 24 | 6 | 9A | 56 | 37 |
| Octal | 54 | 357 | 232 | 122 | 0 | 44 | 6 | 232 | 126 | 67 |
| Binary | 101100 | 11101111 | 10011010 | 1010010 | 0 | 100100 | 110 | 10011010 | 1010110 | 110111 |
Color Harmonies of #2CEF9A
Complementary color
Monochromatic Colors of #2CEF9A
Black with #2CEF9A
Text Example
Text Example
White with #2CEF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF9A; }
p { color: rgb(44,239,154); }
H1.HeaderClassName
{
color: #2CEF9A;
}
.AnyTagClassName
{
color: #2CEF9A;
}
</style>
background-color css
<style>
a { background-color: #2CEF9A; }
a { background-color: rgb(44,239,154); }
div.DivClassName
{
background-color: #2CEF9A;
}
.BgClassName
{
background-color: #2CEF9A;
}
</style>
border-color css
<style>
span { border-color: #2CEF9A; }
span { border-color: rgb(44,239,154); }
td.TdClassName
{
border-color: #2CEF9A;
}
.TagClassName
{
border-color: #2CEF9A;
}
</style>