Shades of Harlequin #2CE60C
Tints of Harlequin #2CE60C
RGB
CMYK
RGB Variations
Color information
#2CE60C (or 0x2CE60C) is known color: Harlequin. HEX triplet: 2C, E6 and 0C. RGB value is (44,230,12). Sum of RGB (Red+Green+Blue) = 44+230+12=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 230 (90.23% from 255 or 80.42% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE60C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CE60C is #D319F3. Grayscale: #969696. Windows color (decimal): -13834740 or 845356. OLE color: 845356.
HSL color Cylindrical-coordinate representation of color #2CE60C: hue angle of 111.19º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CE60C is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 230 | 12 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.10 |
| HSL | 111.19º | 0.9% | 0.47% | - |
| HSV(B) | 111.19º | 0.95% | 0.9% | - |
| XYZ | 29.4 | 57.16 | 9.83 | - |
| YUV | 149.53 | 50.38 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 12 | 0.81 | 0 | 0.95 | 0.10 | 111.19 | 0.9 | 0.47 |
| Hex | 2C | E6 | C | 51 | 0 | 5F | A | 6F | 5A | 2F |
| Octal | 54 | 346 | 14 | 121 | 0 | 137 | 12 | 157 | 132 | 57 |
| Binary | 101100 | 11100110 | 1100 | 1010001 | 0 | 1011111 | 1010 | 1101111 | 1011010 | 101111 |
Color Harmonies of #2CE60C
Complementary color
Monochromatic Colors of #2CE60C
Black with #2CE60C
Text Example
Text Example
White with #2CE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE60C; }
p { color: rgb(44,230,12); }
H1.HeaderClassName
{
color: #2CE60C;
}
.AnyTagClassName
{
color: #2CE60C;
}
</style>
background-color css
<style>
a { background-color: #2CE60C; }
a { background-color: rgb(44,230,12); }
div.DivClassName
{
background-color: #2CE60C;
}
.BgClassName
{
background-color: #2CE60C;
}
</style>
border-color css
<style>
span { border-color: #2CE60C; }
span { border-color: rgb(44,230,12); }
td.TdClassName
{
border-color: #2CE60C;
}
.TagClassName
{
border-color: #2CE60C;
}
</style>