Shades of Harlequin #2CF319
Tints of Harlequin #2CF319
RGB
CMYK
RGB Variations
Color information
#2CF319 (or 0x2CF319) is known color: Harlequin. HEX triplet: 2C, F3 and 19. RGB value is (44,243,25). Sum of RGB (Red+Green+Blue) = 44+243+25=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 243 (95.31% from 255 or 77.88% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF319 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF319 is #D30CE6. Grayscale: #9F9F9F. Windows color (decimal): -13831399 or 1700652. OLE color: 1700652.
HSL color Cylindrical-coordinate representation of color #2CF319: hue angle of 114.77º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CF319 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 25 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.05 |
| HSL | 114.77º | 0.9% | 0.53% | - |
| HSV(B) | 114.77º | 0.9% | 0.95% | - |
| XYZ | 33.26 | 64.71 | 11.66 | - |
| YUV | 158.65 | 52.57 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 25 | 0.82 | 0 | 0.90 | 0.05 | 114.77 | 0.9 | 0.53 |
| Hex | 2C | F3 | 19 | 52 | 0 | 5A | 5 | 73 | 5A | 35 |
| Octal | 54 | 363 | 31 | 122 | 0 | 132 | 5 | 163 | 132 | 65 |
| Binary | 101100 | 11110011 | 11001 | 1010010 | 0 | 1011010 | 101 | 1110011 | 1011010 | 110101 |
Color Harmonies of #2CF319
Complementary color
Monochromatic Colors of #2CF319
Black with #2CF319
Text Example
Text Example
White with #2CF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF319; }
p { color: rgb(44,243,25); }
H1.HeaderClassName
{
color: #2CF319;
}
.AnyTagClassName
{
color: #2CF319;
}
</style>
background-color css
<style>
a { background-color: #2CF319; }
a { background-color: rgb(44,243,25); }
div.DivClassName
{
background-color: #2CF319;
}
.BgClassName
{
background-color: #2CF319;
}
</style>
border-color css
<style>
span { border-color: #2CF319; }
span { border-color: rgb(44,243,25); }
td.TdClassName
{
border-color: #2CF319;
}
.TagClassName
{
border-color: #2CF319;
}
</style>