Shades of Harlequin #2DFB0A
Tints of Harlequin #2DFB0A
RGB
CMYK
RGB Variations
Color information
#2DFB0A (or 0x2DFB0A) is known color: Harlequin. HEX triplet: 2D, FB and 0A. RGB value is (45,251,10). Sum of RGB (Red+Green+Blue) = 45+251+10=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 251 (98.44% from 255 or 82.03% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFB0A is #D204F5. Grayscale: #A2A2A2. Windows color (decimal): -13763830 or 719661. OLE color: 719661.
HSL color Cylindrical-coordinate representation of color #2DFB0A: hue angle of 111.29º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DFB0A is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 10 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.02 |
| HSL | 111.29º | 0.97% | 0.51% | - |
| HSV(B) | 111.29º | 0.96% | 0.98% | - |
| XYZ | 35.63 | 69.57 | 11.84 | - |
| YUV | 161.93 | 42.25 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 10 | 0.82 | 0 | 0.96 | 0.02 | 111.29 | 0.97 | 0.51 |
| Hex | 2D | FB | A | 52 | 0 | 60 | 2 | 6F | 61 | 33 |
| Octal | 55 | 373 | 12 | 122 | 0 | 140 | 2 | 157 | 141 | 63 |
| Binary | 101101 | 11111011 | 1010 | 1010010 | 0 | 1100000 | 10 | 1101111 | 1100001 | 110011 |
Color Harmonies of #2DFB0A
Complementary color
Monochromatic Colors of #2DFB0A
Black with #2DFB0A
Text Example
Text Example
White with #2DFB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB0A; }
p { color: rgb(45,251,10); }
H1.HeaderClassName
{
color: #2DFB0A;
}
.AnyTagClassName
{
color: #2DFB0A;
}
</style>
background-color css
<style>
a { background-color: #2DFB0A; }
a { background-color: rgb(45,251,10); }
div.DivClassName
{
background-color: #2DFB0A;
}
.BgClassName
{
background-color: #2DFB0A;
}
</style>
border-color css
<style>
span { border-color: #2DFB0A; }
span { border-color: rgb(45,251,10); }
td.TdClassName
{
border-color: #2DFB0A;
}
.TagClassName
{
border-color: #2DFB0A;
}
</style>