Shades of Harlequin #2DFF0C
Tints of Harlequin #2DFF0C
RGB
CMYK
RGB Variations
Color information
#2DFF0C (or 0x2DFF0C) is known color: Harlequin. HEX triplet: 2D, FF and 0C. RGB value is (45,255,12). Sum of RGB (Red+Green+Blue) = 45+255+12=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 255 (100% from 255 or 81.73% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFF0C is #D200F3. Grayscale: #A5A5A5. Windows color (decimal): -13762804 or 851757. OLE color: 851757.
HSL color Cylindrical-coordinate representation of color #2DFF0C: hue angle of 111.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DFF0C is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 12 | - |
| CMYK | 0.82 | 0 | 0.95 | 0 |
| HSL | 111.85º | 1% | 0.52% | - |
| HSV(B) | 111.85º | 0.95% | 1% | - |
| XYZ | 36.91 | 72.1 | 12.32 | - |
| YUV | 164.51 | 41.93 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 12 | 0.82 | 0 | 0.95 | 0 | 111.85 | 1 | 0.52 |
| Hex | 2D | FF | C | 52 | 0 | 5F | 0 | 70 | 64 | 34 |
| Octal | 55 | 377 | 14 | 122 | 0 | 137 | 0 | 160 | 144 | 64 |
| Binary | 101101 | 11111111 | 1100 | 1010010 | 0 | 1011111 | 0 | 1110000 | 1100100 | 110100 |
Color Harmonies of #2DFF0C
Complementary color
Monochromatic Colors of #2DFF0C
Black with #2DFF0C
Text Example
Text Example
White with #2DFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF0C; }
p { color: rgb(45,255,12); }
H1.HeaderClassName
{
color: #2DFF0C;
}
.AnyTagClassName
{
color: #2DFF0C;
}
</style>
background-color css
<style>
a { background-color: #2DFF0C; }
a { background-color: rgb(45,255,12); }
div.DivClassName
{
background-color: #2DFF0C;
}
.BgClassName
{
background-color: #2DFF0C;
}
</style>
border-color css
<style>
span { border-color: #2DFF0C; }
span { border-color: rgb(45,255,12); }
td.TdClassName
{
border-color: #2DFF0C;
}
.TagClassName
{
border-color: #2DFF0C;
}
</style>