Shades of Harlequin #2CE715
Tints of Harlequin #2CE715
RGB
CMYK
RGB Variations
Color information
#2CE715 (or 0x2CE715) is known color: Harlequin. HEX triplet: 2C, E7 and 15. RGB value is (44,231,21). Sum of RGB (Red+Green+Blue) = 44+231+21=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 231 (90.62% from 255 or 78.04% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE715 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CE715 is #D318EA. Grayscale: #979797. Windows color (decimal): -13834475 or 1435436. OLE color: 1435436.
HSL color Cylindrical-coordinate representation of color #2CE715: hue angle of 113.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CE715 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 231 | 21 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.09 |
| HSL | 113.43º | 0.83% | 0.49% | - |
| HSV(B) | 113.43º | 0.91% | 0.91% | - |
| XYZ | 29.75 | 57.74 | 10.29 | - |
| YUV | 151.15 | 54.55 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 21 | 0.81 | 0 | 0.91 | 0.09 | 113.43 | 0.83 | 0.49 |
| Hex | 2C | E7 | 15 | 51 | 0 | 5B | 9 | 71 | 53 | 31 |
| Octal | 54 | 347 | 25 | 121 | 0 | 133 | 11 | 161 | 123 | 61 |
| Binary | 101100 | 11100111 | 10101 | 1010001 | 0 | 1011011 | 1001 | 1110001 | 1010011 | 110001 |
Color Harmonies of #2CE715
Complementary color
Monochromatic Colors of #2CE715
Black with #2CE715
Text Example
Text Example
White with #2CE715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE715; }
p { color: rgb(44,231,21); }
H1.HeaderClassName
{
color: #2CE715;
}
.AnyTagClassName
{
color: #2CE715;
}
</style>
background-color css
<style>
a { background-color: #2CE715; }
a { background-color: rgb(44,231,21); }
div.DivClassName
{
background-color: #2CE715;
}
.BgClassName
{
background-color: #2CE715;
}
</style>
border-color css
<style>
span { border-color: #2CE715; }
span { border-color: rgb(44,231,21); }
td.TdClassName
{
border-color: #2CE715;
}
.TagClassName
{
border-color: #2CE715;
}
</style>