Shades of Harlequin #2DF300
Tints of Harlequin #2DF300
RGB
CMYK
RGB Variations
Color information
#2DF300 (or 0x2DF300) is known color: Harlequin. HEX triplet: 2D, F3 and 00. RGB value is (45,243,0). Sum of RGB (Red+Green+Blue) = 45+243+0=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 243 (95.31% from 255 or 84.38% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF300 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF300 is #D20CFF. Grayscale: #9C9C9C. Windows color (decimal): -13765888 or 62253. OLE color: 62253.
HSL color Cylindrical-coordinate representation of color #2DF300: hue angle of 108.89º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DF300 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.05 |
| HSL | 108.89º | 1% | 0.48% | - |
| HSV(B) | 108.89º | 1% | 0.95% | - |
| XYZ | 33.13 | 64.66 | 10.73 | - |
| YUV | 156.1 | 39.9 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 0 | 0.81 | 0 | 1 | 0.05 | 108.89 | 1 | 0.48 |
| Hex | 2D | F3 | 0 | 51 | 0 | 64 | 5 | 6D | 64 | 30 |
| Octal | 55 | 363 | 0 | 121 | 0 | 144 | 5 | 155 | 144 | 60 |
| Binary | 101101 | 11110011 | 0 | 1010001 | 0 | 1100100 | 101 | 1101101 | 1100100 | 110000 |
Color Harmonies of #2DF300
Complementary color
Monochromatic Colors of #2DF300
Black with #2DF300
Text Example
Text Example
White with #2DF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF300; }
p { color: rgb(45,243,0); }
H1.HeaderClassName
{
color: #2DF300;
}
.AnyTagClassName
{
color: #2DF300;
}
</style>
background-color css
<style>
a { background-color: #2DF300; }
a { background-color: rgb(45,243,0); }
div.DivClassName
{
background-color: #2DF300;
}
.BgClassName
{
background-color: #2DF300;
}
</style>
border-color css
<style>
span { border-color: #2DF300; }
span { border-color: rgb(45,243,0); }
td.TdClassName
{
border-color: #2DF300;
}
.TagClassName
{
border-color: #2DF300;
}
</style>