Shades of Harlequin #2DF919
Tints of Harlequin #2DF919
RGB
CMYK
RGB Variations
Color information
#2DF919 (or 0x2DF919) is known color: Harlequin. HEX triplet: 2D, F9 and 19. RGB value is (45,249,25). Sum of RGB (Red+Green+Blue) = 45+249+25=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF919 is #D206E6. Grayscale: #A3A3A3. Windows color (decimal): -13764327 or 1702189. OLE color: 1702189.
HSL color Cylindrical-coordinate representation of color #2DF919: hue angle of 114.64º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DF919 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 25 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.02 |
| HSL | 114.64º | 0.95% | 0.54% | - |
| HSV(B) | 114.64º | 0.9% | 0.98% | - |
| XYZ | 35.13 | 68.38 | 12.27 | - |
| YUV | 162.47 | 50.41 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 25 | 0.82 | 0 | 0.90 | 0.02 | 114.64 | 0.95 | 0.54 |
| Hex | 2D | F9 | 19 | 52 | 0 | 5A | 2 | 73 | 5F | 36 |
| Octal | 55 | 371 | 31 | 122 | 0 | 132 | 2 | 163 | 137 | 66 |
| Binary | 101101 | 11111001 | 11001 | 1010010 | 0 | 1011010 | 10 | 1110011 | 1011111 | 110110 |
Color Harmonies of #2DF919
Complementary color
Monochromatic Colors of #2DF919
Black with #2DF919
Text Example
Text Example
White with #2DF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF919; }
p { color: rgb(45,249,25); }
H1.HeaderClassName
{
color: #2DF919;
}
.AnyTagClassName
{
color: #2DF919;
}
</style>
background-color css
<style>
a { background-color: #2DF919; }
a { background-color: rgb(45,249,25); }
div.DivClassName
{
background-color: #2DF919;
}
.BgClassName
{
background-color: #2DF919;
}
</style>
border-color css
<style>
span { border-color: #2DF919; }
span { border-color: rgb(45,249,25); }
td.TdClassName
{
border-color: #2DF919;
}
.TagClassName
{
border-color: #2DF919;
}
</style>