Shades of Harlequin #2DFC1F
Tints of Harlequin #2DFC1F
RGB
CMYK
RGB Variations
Color information
#2DFC1F (or 0x2DFC1F) is known color: Harlequin. HEX triplet: 2D, FC and 1F. RGB value is (45,252,31). Sum of RGB (Red+Green+Blue) = 45+252+31=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 252 (98.83% from 255 or 76.83% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFC1F is #D203E0. Grayscale: #A5A5A5. Windows color (decimal): -13763553 or 2096173. OLE color: 2096173.
HSL color Cylindrical-coordinate representation of color #2DFC1F: hue angle of 116.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DFC1F is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 31 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.01 |
| HSL | 116.2º | 0.97% | 0.55% | - |
| HSV(B) | 116.2º | 0.88% | 0.99% | - |
| XYZ | 36.14 | 70.28 | 12.96 | - |
| YUV | 164.91 | 52.42 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 31 | 0.82 | 0 | 0.88 | 0.01 | 116.2 | 0.97 | 0.55 |
| Hex | 2D | FC | 1F | 52 | 0 | 58 | 1 | 74 | 61 | 37 |
| Octal | 55 | 374 | 37 | 122 | 0 | 130 | 1 | 164 | 141 | 67 |
| Binary | 101101 | 11111100 | 11111 | 1010010 | 0 | 1011000 | 1 | 1110100 | 1100001 | 110111 |
Color Harmonies of #2DFC1F
Complementary color
Monochromatic Colors of #2DFC1F
Black with #2DFC1F
Text Example
Text Example
White with #2DFC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC1F; }
p { color: rgb(45,252,31); }
H1.HeaderClassName
{
color: #2DFC1F;
}
.AnyTagClassName
{
color: #2DFC1F;
}
</style>
background-color css
<style>
a { background-color: #2DFC1F; }
a { background-color: rgb(45,252,31); }
div.DivClassName
{
background-color: #2DFC1F;
}
.BgClassName
{
background-color: #2DFC1F;
}
</style>
border-color css
<style>
span { border-color: #2DFC1F; }
span { border-color: rgb(45,252,31); }
td.TdClassName
{
border-color: #2DFC1F;
}
.TagClassName
{
border-color: #2DFC1F;
}
</style>