Shades of Harlequin #2DF60C
Tints of Harlequin #2DF60C
RGB
CMYK
RGB Variations
Color information
#2DF60C (or 0x2DF60C) is known color: Harlequin. HEX triplet: 2D, F6 and 0C. RGB value is (45,246,12). Sum of RGB (Red+Green+Blue) = 45+246+12=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 246 (96.48% from 255 or 81.19% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF60C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF60C is #D209F3. Grayscale: #9F9F9F. Windows color (decimal): -13765108 or 849453. OLE color: 849453.
HSL color Cylindrical-coordinate representation of color #2DF60C: hue angle of 111.54º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DF60C is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 12 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.04 |
| HSL | 111.54º | 0.93% | 0.51% | - |
| HSV(B) | 111.54º | 0.95% | 0.96% | - |
| XYZ | 34.1 | 66.5 | 11.39 | - |
| YUV | 159.23 | 44.91 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 12 | 0.82 | 0 | 0.95 | 0.04 | 111.54 | 0.93 | 0.51 |
| Hex | 2D | F6 | C | 52 | 0 | 5F | 4 | 70 | 5D | 33 |
| Octal | 55 | 366 | 14 | 122 | 0 | 137 | 4 | 160 | 135 | 63 |
| Binary | 101101 | 11110110 | 1100 | 1010010 | 0 | 1011111 | 100 | 1110000 | 1011101 | 110011 |
Color Harmonies of #2DF60C
Complementary color
Monochromatic Colors of #2DF60C
Black with #2DF60C
Text Example
Text Example
White with #2DF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF60C; }
p { color: rgb(45,246,12); }
H1.HeaderClassName
{
color: #2DF60C;
}
.AnyTagClassName
{
color: #2DF60C;
}
</style>
background-color css
<style>
a { background-color: #2DF60C; }
a { background-color: rgb(45,246,12); }
div.DivClassName
{
background-color: #2DF60C;
}
.BgClassName
{
background-color: #2DF60C;
}
</style>
border-color css
<style>
span { border-color: #2DF60C; }
span { border-color: rgb(45,246,12); }
td.TdClassName
{
border-color: #2DF60C;
}
.TagClassName
{
border-color: #2DF60C;
}
</style>