Shades of Harlequin #2CDF0F
Tints of Harlequin #2CDF0F
RGB
CMYK
RGB Variations
Color information
#2CDF0F (or 0x2CDF0F) is known color: Harlequin. HEX triplet: 2C, DF and 0F. RGB value is (44,223,15). Sum of RGB (Red+Green+Blue) = 44+223+15=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDF0F is #D320F0. Grayscale: #929292. Windows color (decimal): -13836529 or 1040172. OLE color: 1040172.
HSL color Cylindrical-coordinate representation of color #2CDF0F: hue angle of 111.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CDF0F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 223 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.13 |
| HSL | 111.63º | 0.87% | 0.47% | - |
| HSV(B) | 111.63º | 0.93% | 0.87% | - |
| XYZ | 27.51 | 53.35 | 9.3 | - |
| YUV | 145.77 | 54.2 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 15 | 0.80 | 0 | 0.93 | 0.13 | 111.63 | 0.87 | 0.47 |
| Hex | 2C | DF | F | 50 | 0 | 5D | D | 70 | 57 | 2F |
| Octal | 54 | 337 | 17 | 120 | 0 | 135 | 15 | 160 | 127 | 57 |
| Binary | 101100 | 11011111 | 1111 | 1010000 | 0 | 1011101 | 1101 | 1110000 | 1010111 | 101111 |
Color Harmonies of #2CDF0F
Complementary color
Monochromatic Colors of #2CDF0F
Black with #2CDF0F
Text Example
Text Example
White with #2CDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDF0F; }
p { color: rgb(44,223,15); }
H1.HeaderClassName
{
color: #2CDF0F;
}
.AnyTagClassName
{
color: #2CDF0F;
}
</style>
background-color css
<style>
a { background-color: #2CDF0F; }
a { background-color: rgb(44,223,15); }
div.DivClassName
{
background-color: #2CDF0F;
}
.BgClassName
{
background-color: #2CDF0F;
}
</style>
border-color css
<style>
span { border-color: #2CDF0F; }
span { border-color: rgb(44,223,15); }
td.TdClassName
{
border-color: #2CDF0F;
}
.TagClassName
{
border-color: #2CDF0F;
}
</style>