Shades of Harlequin #2DF41A
Tints of Harlequin #2DF41A
RGB
CMYK
RGB Variations
Color information
#2DF41A (or 0x2DF41A) is known color: Harlequin. HEX triplet: 2D, F4 and 1A. RGB value is (45,244,26). Sum of RGB (Red+Green+Blue) = 45+244+26=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 244 (95.70% from 255 or 77.46% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF41A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF41A is #D20BE5. Grayscale: #A0A0A0. Windows color (decimal): -13765606 or 1766445. OLE color: 1766445.
HSL color Cylindrical-coordinate representation of color #2DF41A: hue angle of 114.77º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DF41A is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 244 | 26 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.04 |
| HSL | 114.77º | 0.91% | 0.53% | - |
| HSV(B) | 114.77º | 0.89% | 0.96% | - |
| XYZ | 33.62 | 65.33 | 11.82 | - |
| YUV | 159.65 | 52.57 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 244 | 26 | 0.82 | 0 | 0.89 | 0.04 | 114.77 | 0.91 | 0.53 |
| Hex | 2D | F4 | 1A | 52 | 0 | 59 | 4 | 73 | 5B | 35 |
| Octal | 55 | 364 | 32 | 122 | 0 | 131 | 4 | 163 | 133 | 65 |
| Binary | 101101 | 11110100 | 11010 | 1010010 | 0 | 1011001 | 100 | 1110011 | 1011011 | 110101 |
Color Harmonies of #2DF41A
Complementary color
Monochromatic Colors of #2DF41A
Black with #2DF41A
Text Example
Text Example
White with #2DF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF41A; }
p { color: rgb(45,244,26); }
H1.HeaderClassName
{
color: #2DF41A;
}
.AnyTagClassName
{
color: #2DF41A;
}
</style>
background-color css
<style>
a { background-color: #2DF41A; }
a { background-color: rgb(45,244,26); }
div.DivClassName
{
background-color: #2DF41A;
}
.BgClassName
{
background-color: #2DF41A;
}
</style>
border-color css
<style>
span { border-color: #2DF41A; }
span { border-color: rgb(45,244,26); }
td.TdClassName
{
border-color: #2DF41A;
}
.TagClassName
{
border-color: #2DF41A;
}
</style>