Shades of Harlequin #2DF90B
Tints of Harlequin #2DF90B
RGB
CMYK
RGB Variations
Color information
#2DF90B (or 0x2DF90B) is known color: Harlequin. HEX triplet: 2D, F9 and 0B. RGB value is (45,249,11). Sum of RGB (Red+Green+Blue) = 45+249+11=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 249 (97.66% from 255 or 81.64% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF90B is #D206F4. Grayscale: #A1A1A1. Windows color (decimal): -13764341 or 784685. OLE color: 784685.
HSL color Cylindrical-coordinate representation of color #2DF90B: hue angle of 111.43º degrees, saturation: 0.95, 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 #2DF90B is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 11 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.02 |
| HSL | 111.43º | 0.95% | 0.51% | - |
| HSV(B) | 111.43º | 0.96% | 0.98% | - |
| XYZ | 35.02 | 68.33 | 11.66 | - |
| YUV | 160.87 | 43.41 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 11 | 0.82 | 0 | 0.96 | 0.02 | 111.43 | 0.95 | 0.51 |
| Hex | 2D | F9 | B | 52 | 0 | 60 | 2 | 6F | 5F | 33 |
| Octal | 55 | 371 | 13 | 122 | 0 | 140 | 2 | 157 | 137 | 63 |
| Binary | 101101 | 11111001 | 1011 | 1010010 | 0 | 1100000 | 10 | 1101111 | 1011111 | 110011 |
Color Harmonies of #2DF90B
Complementary color
Monochromatic Colors of #2DF90B
Black with #2DF90B
Text Example
Text Example
White with #2DF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF90B; }
p { color: rgb(45,249,11); }
H1.HeaderClassName
{
color: #2DF90B;
}
.AnyTagClassName
{
color: #2DF90B;
}
</style>
background-color css
<style>
a { background-color: #2DF90B; }
a { background-color: rgb(45,249,11); }
div.DivClassName
{
background-color: #2DF90B;
}
.BgClassName
{
background-color: #2DF90B;
}
</style>
border-color css
<style>
span { border-color: #2DF90B; }
span { border-color: rgb(45,249,11); }
td.TdClassName
{
border-color: #2DF90B;
}
.TagClassName
{
border-color: #2DF90B;
}
</style>