Shades of Harlequin #2DFE1C
Tints of Harlequin #2DFE1C
RGB
CMYK
RGB Variations
Color information
#2DFE1C (or 0x2DFE1C) is known color: Harlequin. HEX triplet: 2D, FE and 1C. RGB value is (45,254,28). Sum of RGB (Red+Green+Blue) = 45+254+28=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 254 (99.61% from 255 or 77.68% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFE1C is #D201E3. Grayscale: #A6A6A6. Windows color (decimal): -13763044 or 1900077. OLE color: 1900077.
HSL color Cylindrical-coordinate representation of color #2DFE1C: hue angle of 115.49º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DFE1C is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 28 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.00 |
| HSL | 115.49º | 0.99% | 0.55% | - |
| HSV(B) | 115.49º | 0.89% | 1% | - |
| XYZ | 36.73 | 71.53 | 12.97 | - |
| YUV | 165.75 | 50.26 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 28 | 0.82 | 0 | 0.89 | 0.00 | 115.49 | 0.99 | 0.55 |
| Hex | 2D | FE | 1C | 52 | 0 | 59 | 0 | 73 | 63 | 37 |
| Octal | 55 | 376 | 34 | 122 | 0 | 131 | 0 | 163 | 143 | 67 |
| Binary | 101101 | 11111110 | 11100 | 1010010 | 0 | 1011001 | 0 | 1110011 | 1100011 | 110111 |
Color Harmonies of #2DFE1C
Complementary color
Monochromatic Colors of #2DFE1C
Black with #2DFE1C
Text Example
Text Example
White with #2DFE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE1C; }
p { color: rgb(45,254,28); }
H1.HeaderClassName
{
color: #2DFE1C;
}
.AnyTagClassName
{
color: #2DFE1C;
}
</style>
background-color css
<style>
a { background-color: #2DFE1C; }
a { background-color: rgb(45,254,28); }
div.DivClassName
{
background-color: #2DFE1C;
}
.BgClassName
{
background-color: #2DFE1C;
}
</style>
border-color css
<style>
span { border-color: #2DFE1C; }
span { border-color: rgb(45,254,28); }
td.TdClassName
{
border-color: #2DFE1C;
}
.TagClassName
{
border-color: #2DFE1C;
}
</style>