Shades of Shamrock #2CEF98
Tints of Shamrock #2CEF98
RGB
CMYK
RGB Variations
Color information
#2CEF98 (or 0x2CEF98) is known color: Shamrock. HEX triplet: 2C, EF and 98. RGB value is (44,239,152). Sum of RGB (Red+Green+Blue) = 44+239+152=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEF98 is #D31067. Grayscale: #AAAAAA. Windows color (decimal): -13832296 or 10022700. OLE color: 10022700.
HSL color Cylindrical-coordinate representation of color #2CEF98: hue angle of 153.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 #2CEF98 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 152 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.06 |
| HSL | 153.23º | 0.86% | 0.55% | - |
| HSV(B) | 153.23º | 0.82% | 0.94% | - |
| XYZ | 37.57 | 64.54 | 40.18 | - |
| YUV | 170.78 | 117.4 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 152 | 0.82 | 0 | 0.36 | 0.06 | 153.23 | 0.86 | 0.55 |
| Hex | 2C | EF | 98 | 52 | 0 | 24 | 6 | 99 | 56 | 37 |
| Octal | 54 | 357 | 230 | 122 | 0 | 44 | 6 | 231 | 126 | 67 |
| Binary | 101100 | 11101111 | 10011000 | 1010010 | 0 | 100100 | 110 | 10011001 | 1010110 | 110111 |
Color Harmonies of #2CEF98
Complementary color
Monochromatic Colors of #2CEF98
Black with #2CEF98
Text Example
Text Example
White with #2CEF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF98; }
p { color: rgb(44,239,152); }
H1.HeaderClassName
{
color: #2CEF98;
}
.AnyTagClassName
{
color: #2CEF98;
}
</style>
background-color css
<style>
a { background-color: #2CEF98; }
a { background-color: rgb(44,239,152); }
div.DivClassName
{
background-color: #2CEF98;
}
.BgClassName
{
background-color: #2CEF98;
}
</style>
border-color css
<style>
span { border-color: #2CEF98; }
span { border-color: rgb(44,239,152); }
td.TdClassName
{
border-color: #2CEF98;
}
.TagClassName
{
border-color: #2CEF98;
}
</style>