Shades of Harlequin #2DFD1F
Tints of Harlequin #2DFD1F
RGB
CMYK
RGB Variations
Color information
#2DFD1F (or 0x2DFD1F) is known color: Harlequin. HEX triplet: 2D, FD and 1F. RGB value is (45,253,31). Sum of RGB (Red+Green+Blue) = 45+253+31=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 253 (99.22% from 255 or 76.90% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFD1F is #D202E0. Grayscale: #A6A6A6. Windows color (decimal): -13763297 or 2096429. OLE color: 2096429.
HSL color Cylindrical-coordinate representation of color #2DFD1F: hue angle of 116.22º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DFD1F is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 31 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.01 |
| HSL | 116.22º | 0.98% | 0.56% | - |
| HSV(B) | 116.22º | 0.88% | 0.99% | - |
| XYZ | 36.45 | 70.91 | 13.06 | - |
| YUV | 165.5 | 52.09 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 31 | 0.82 | 0 | 0.88 | 0.01 | 116.22 | 0.98 | 0.56 |
| Hex | 2D | FD | 1F | 52 | 0 | 58 | 1 | 74 | 62 | 38 |
| Octal | 55 | 375 | 37 | 122 | 0 | 130 | 1 | 164 | 142 | 70 |
| Binary | 101101 | 11111101 | 11111 | 1010010 | 0 | 1011000 | 1 | 1110100 | 1100010 | 111000 |
Color Harmonies of #2DFD1F
Complementary color
Monochromatic Colors of #2DFD1F
Black with #2DFD1F
Text Example
Text Example
White with #2DFD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD1F; }
p { color: rgb(45,253,31); }
H1.HeaderClassName
{
color: #2DFD1F;
}
.AnyTagClassName
{
color: #2DFD1F;
}
</style>
background-color css
<style>
a { background-color: #2DFD1F; }
a { background-color: rgb(45,253,31); }
div.DivClassName
{
background-color: #2DFD1F;
}
.BgClassName
{
background-color: #2DFD1F;
}
</style>
border-color css
<style>
span { border-color: #2DFD1F; }
span { border-color: rgb(45,253,31); }
td.TdClassName
{
border-color: #2DFD1F;
}
.TagClassName
{
border-color: #2DFD1F;
}
</style>