Shades of Harlequin #2DF101
Tints of Harlequin #2DF101
RGB
CMYK
RGB Variations
Color information
#2DF101 (or 0x2DF101) is known color: Harlequin. HEX triplet: 2D, F1 and 01. RGB value is (45,241,1). Sum of RGB (Red+Green+Blue) = 45+241+1=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 241 (94.53% from 255 or 83.97% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF101 is #D20EFE. Grayscale: #9B9B9B. Windows color (decimal): -13766399 or 127277. OLE color: 127277.
HSL color Cylindrical-coordinate representation of color #2DF101: hue angle of 109º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DF101 is Cyan = 0.81, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 1 | - |
| CMYK | 0.81 | 0 | 1.00 | 0.05 |
| HSL | 109º | 0.99% | 0.47% | - |
| HSV(B) | 109º | 1% | 0.95% | - |
| XYZ | 32.54 | 63.47 | 10.56 | - |
| YUV | 155.04 | 41.07 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 1 | 0.81 | 0 | 1.00 | 0.05 | 109 | 0.99 | 0.47 |
| Hex | 2D | F1 | 1 | 51 | 0 | 64 | 5 | 6D | 63 | 2F |
| Octal | 55 | 361 | 1 | 121 | 0 | 144 | 5 | 155 | 143 | 57 |
| Binary | 101101 | 11110001 | 1 | 1010001 | 0 | 1100100 | 101 | 1101101 | 1100011 | 101111 |
Color Harmonies of #2DF101
Complementary color
Monochromatic Colors of #2DF101
Black with #2DF101
Text Example
Text Example
White with #2DF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF101; }
p { color: rgb(45,241,1); }
H1.HeaderClassName
{
color: #2DF101;
}
.AnyTagClassName
{
color: #2DF101;
}
</style>
background-color css
<style>
a { background-color: #2DF101; }
a { background-color: rgb(45,241,1); }
div.DivClassName
{
background-color: #2DF101;
}
.BgClassName
{
background-color: #2DF101;
}
</style>
border-color css
<style>
span { border-color: #2DF101; }
span { border-color: rgb(45,241,1); }
td.TdClassName
{
border-color: #2DF101;
}
.TagClassName
{
border-color: #2DF101;
}
</style>