Shades of Harlequin #2CF309
Tints of Harlequin #2CF309
RGB
CMYK
RGB Variations
Color information
#2CF309 (or 0x2CF309) is known color: Harlequin. HEX triplet: 2C, F3 and 09. RGB value is (44,243,9). Sum of RGB (Red+Green+Blue) = 44+243+9=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 243 (95.31% from 255 or 82.09% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF309 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF309 is #D30CF6. Grayscale: #9D9D9D. Windows color (decimal): -13831415 or 652076. OLE color: 652076.
HSL color Cylindrical-coordinate representation of color #2CF309: hue angle of 111.03º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CF309 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 9 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.05 |
| HSL | 111.03º | 0.93% | 0.49% | - |
| HSV(B) | 111.03º | 0.96% | 0.95% | - |
| XYZ | 33.14 | 64.66 | 10.99 | - |
| YUV | 156.82 | 44.57 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 9 | 0.82 | 0 | 0.96 | 0.05 | 111.03 | 0.93 | 0.49 |
| Hex | 2C | F3 | 9 | 52 | 0 | 60 | 5 | 6F | 5D | 31 |
| Octal | 54 | 363 | 11 | 122 | 0 | 140 | 5 | 157 | 135 | 61 |
| Binary | 101100 | 11110011 | 1001 | 1010010 | 0 | 1100000 | 101 | 1101111 | 1011101 | 110001 |
Color Harmonies of #2CF309
Complementary color
Monochromatic Colors of #2CF309
Black with #2CF309
Text Example
Text Example
White with #2CF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF309; }
p { color: rgb(44,243,9); }
H1.HeaderClassName
{
color: #2CF309;
}
.AnyTagClassName
{
color: #2CF309;
}
</style>
background-color css
<style>
a { background-color: #2CF309; }
a { background-color: rgb(44,243,9); }
div.DivClassName
{
background-color: #2CF309;
}
.BgClassName
{
background-color: #2CF309;
}
</style>
border-color css
<style>
span { border-color: #2CF309; }
span { border-color: rgb(44,243,9); }
td.TdClassName
{
border-color: #2CF309;
}
.TagClassName
{
border-color: #2CF309;
}
</style>