Shades of Harlequin #2DF90D
Tints of Harlequin #2DF90D
RGB
CMYK
RGB Variations
Color information
#2DF90D (or 0x2DF90D) is known color: Harlequin. HEX triplet: 2D, F9 and 0D. RGB value is (45,249,13). Sum of RGB (Red+Green+Blue) = 45+249+13=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 249 (97.66% from 255 or 81.11% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF90D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF90D is #D206F2. Grayscale: #A1A1A1. Windows color (decimal): -13764339 or 915757. OLE color: 915757.
HSL color Cylindrical-coordinate representation of color #2DF90D: hue angle of 111.86º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DF90D is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 13 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.02 |
| HSL | 111.86º | 0.95% | 0.51% | - |
| HSV(B) | 111.86º | 0.95% | 0.98% | - |
| XYZ | 35.03 | 68.34 | 11.73 | - |
| YUV | 161.1 | 44.41 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 13 | 0.82 | 0 | 0.95 | 0.02 | 111.86 | 0.95 | 0.51 |
| Hex | 2D | F9 | D | 52 | 0 | 5F | 2 | 70 | 5F | 33 |
| Octal | 55 | 371 | 15 | 122 | 0 | 137 | 2 | 160 | 137 | 63 |
| Binary | 101101 | 11111001 | 1101 | 1010010 | 0 | 1011111 | 10 | 1110000 | 1011111 | 110011 |
Color Harmonies of #2DF90D
Complementary color
Monochromatic Colors of #2DF90D
Black with #2DF90D
Text Example
Text Example
White with #2DF90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF90D; }
p { color: rgb(45,249,13); }
H1.HeaderClassName
{
color: #2DF90D;
}
.AnyTagClassName
{
color: #2DF90D;
}
</style>
background-color css
<style>
a { background-color: #2DF90D; }
a { background-color: rgb(45,249,13); }
div.DivClassName
{
background-color: #2DF90D;
}
.BgClassName
{
background-color: #2DF90D;
}
</style>
border-color css
<style>
span { border-color: #2DF90D; }
span { border-color: rgb(45,249,13); }
td.TdClassName
{
border-color: #2DF90D;
}
.TagClassName
{
border-color: #2DF90D;
}
</style>