Shades of Harlequin #2DF31D
Tints of Harlequin #2DF31D
RGB
CMYK
RGB Variations
Color information
#2DF31D (or 0x2DF31D) is known color: Harlequin. HEX triplet: 2D, F3 and 1D. RGB value is (45,243,29). Sum of RGB (Red+Green+Blue) = 45+243+29=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 243 (95.31% from 255 or 76.66% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF31D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF31D is #D20CE2. Grayscale: #A0A0A0. Windows color (decimal): -13765859 or 1962797. OLE color: 1962797.
HSL color Cylindrical-coordinate representation of color #2DF31D: hue angle of 115.51º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DF31D is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 29 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.05 |
| HSL | 115.51º | 0.9% | 0.53% | - |
| HSV(B) | 115.51º | 0.88% | 0.95% | - |
| XYZ | 33.35 | 64.75 | 11.9 | - |
| YUV | 159.4 | 54.4 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 29 | 0.81 | 0 | 0.88 | 0.05 | 115.51 | 0.9 | 0.53 |
| Hex | 2D | F3 | 1D | 51 | 0 | 58 | 5 | 74 | 5A | 35 |
| Octal | 55 | 363 | 35 | 121 | 0 | 130 | 5 | 164 | 132 | 65 |
| Binary | 101101 | 11110011 | 11101 | 1010001 | 0 | 1011000 | 101 | 1110100 | 1011010 | 110101 |
Color Harmonies of #2DF31D
Complementary color
Monochromatic Colors of #2DF31D
Black with #2DF31D
Text Example
Text Example
White with #2DF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF31D; }
p { color: rgb(45,243,29); }
H1.HeaderClassName
{
color: #2DF31D;
}
.AnyTagClassName
{
color: #2DF31D;
}
</style>
background-color css
<style>
a { background-color: #2DF31D; }
a { background-color: rgb(45,243,29); }
div.DivClassName
{
background-color: #2DF31D;
}
.BgClassName
{
background-color: #2DF31D;
}
</style>
border-color css
<style>
span { border-color: #2DF31D; }
span { border-color: rgb(45,243,29); }
td.TdClassName
{
border-color: #2DF31D;
}
.TagClassName
{
border-color: #2DF31D;
}
</style>