Shades of Harlequin #2CEA07
Tints of Harlequin #2CEA07
RGB
CMYK
RGB Variations
Color information
#2CEA07 (or 0x2CEA07) is known color: Harlequin. HEX triplet: 2C, EA and 07. RGB value is (44,234,7). Sum of RGB (Red+Green+Blue) = 44+234+7=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 234 (91.80% from 255 or 82.11% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEA07 is #D315F8. Grayscale: #989898. Windows color (decimal): -13833721 or 518700. OLE color: 518700.
HSL color Cylindrical-coordinate representation of color #2CEA07: hue angle of 110.22º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CEA07 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 7 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.08 |
| HSL | 110.22º | 0.94% | 0.47% | - |
| HSV(B) | 110.22º | 0.97% | 0.92% | - |
| XYZ | 30.5 | 59.4 | 10.06 | - |
| YUV | 151.31 | 46.55 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 7 | 0.81 | 0 | 0.97 | 0.08 | 110.22 | 0.94 | 0.47 |
| Hex | 2C | EA | 7 | 51 | 0 | 61 | 8 | 6E | 5E | 2F |
| Octal | 54 | 352 | 7 | 121 | 0 | 141 | 10 | 156 | 136 | 57 |
| Binary | 101100 | 11101010 | 111 | 1010001 | 0 | 1100001 | 1000 | 1101110 | 1011110 | 101111 |
Color Harmonies of #2CEA07
Complementary color
Monochromatic Colors of #2CEA07
Black with #2CEA07
Text Example
Text Example
White with #2CEA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA07; }
p { color: rgb(44,234,7); }
H1.HeaderClassName
{
color: #2CEA07;
}
.AnyTagClassName
{
color: #2CEA07;
}
</style>
background-color css
<style>
a { background-color: #2CEA07; }
a { background-color: rgb(44,234,7); }
div.DivClassName
{
background-color: #2CEA07;
}
.BgClassName
{
background-color: #2CEA07;
}
</style>
border-color css
<style>
span { border-color: #2CEA07; }
span { border-color: rgb(44,234,7); }
td.TdClassName
{
border-color: #2CEA07;
}
.TagClassName
{
border-color: #2CEA07;
}
</style>