Shades of Harlequin #2DF315
Tints of Harlequin #2DF315
RGB
CMYK
RGB Variations
Color information
#2DF315 (or 0x2DF315) is known color: Harlequin. HEX triplet: 2D, F3 and 15. RGB value is (45,243,21). Sum of RGB (Red+Green+Blue) = 45+243+21=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 243 (95.31% from 255 or 78.64% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF315 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF315 is #D20CEA. Grayscale: #9F9F9F. Windows color (decimal): -13765867 or 1438509. OLE color: 1438509.
HSL color Cylindrical-coordinate representation of color #2DF315: hue angle of 113.51º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DF315 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 21 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.05 |
| HSL | 113.51º | 0.9% | 0.52% | - |
| HSV(B) | 113.51º | 0.91% | 0.95% | - |
| XYZ | 33.27 | 64.71 | 11.45 | - |
| YUV | 158.49 | 50.4 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 21 | 0.81 | 0 | 0.91 | 0.05 | 113.51 | 0.9 | 0.52 |
| Hex | 2D | F3 | 15 | 51 | 0 | 5B | 5 | 72 | 5A | 34 |
| Octal | 55 | 363 | 25 | 121 | 0 | 133 | 5 | 162 | 132 | 64 |
| Binary | 101101 | 11110011 | 10101 | 1010001 | 0 | 1011011 | 101 | 1110010 | 1011010 | 110100 |
Color Harmonies of #2DF315
Complementary color
Monochromatic Colors of #2DF315
Black with #2DF315
Text Example
Text Example
White with #2DF315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF315; }
p { color: rgb(45,243,21); }
H1.HeaderClassName
{
color: #2DF315;
}
.AnyTagClassName
{
color: #2DF315;
}
</style>
background-color css
<style>
a { background-color: #2DF315; }
a { background-color: rgb(45,243,21); }
div.DivClassName
{
background-color: #2DF315;
}
.BgClassName
{
background-color: #2DF315;
}
</style>
border-color css
<style>
span { border-color: #2DF315; }
span { border-color: rgb(45,243,21); }
td.TdClassName
{
border-color: #2DF315;
}
.TagClassName
{
border-color: #2DF315;
}
</style>