Shades of Harlequin #2DF11C
Tints of Harlequin #2DF11C
RGB
CMYK
RGB Variations
Color information
#2DF11C (or 0x2DF11C) is known color: Harlequin. HEX triplet: 2D, F1 and 1C. RGB value is (45,241,28). Sum of RGB (Red+Green+Blue) = 45+241+28=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF11C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF11C is #D20EE3. Grayscale: #9E9E9E. Windows color (decimal): -13766372 or 1896749. OLE color: 1896749.
HSL color Cylindrical-coordinate representation of color #2DF11C: hue angle of 115.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DF11C is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 28 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.05 |
| HSL | 115.21º | 0.88% | 0.53% | - |
| HSV(B) | 115.21º | 0.88% | 0.95% | - |
| XYZ | 32.75 | 63.55 | 11.64 | - |
| YUV | 158.11 | 54.57 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 28 | 0.81 | 0 | 0.88 | 0.05 | 115.21 | 0.88 | 0.53 |
| Hex | 2D | F1 | 1C | 51 | 0 | 58 | 5 | 73 | 58 | 35 |
| Octal | 55 | 361 | 34 | 121 | 0 | 130 | 5 | 163 | 130 | 65 |
| Binary | 101101 | 11110001 | 11100 | 1010001 | 0 | 1011000 | 101 | 1110011 | 1011000 | 110101 |
Color Harmonies of #2DF11C
Complementary color
Monochromatic Colors of #2DF11C
Black with #2DF11C
Text Example
Text Example
White with #2DF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF11C; }
p { color: rgb(45,241,28); }
H1.HeaderClassName
{
color: #2DF11C;
}
.AnyTagClassName
{
color: #2DF11C;
}
</style>
background-color css
<style>
a { background-color: #2DF11C; }
a { background-color: rgb(45,241,28); }
div.DivClassName
{
background-color: #2DF11C;
}
.BgClassName
{
background-color: #2DF11C;
}
</style>
border-color css
<style>
span { border-color: #2DF11C; }
span { border-color: rgb(45,241,28); }
td.TdClassName
{
border-color: #2DF11C;
}
.TagClassName
{
border-color: #2DF11C;
}
</style>