Shades of Harlequin #2CFA1B
Tints of Harlequin #2CFA1B
RGB
CMYK
RGB Variations
Color information
#2CFA1B (or 0x2CFA1B) is known color: Harlequin. HEX triplet: 2C, FA and 1B. RGB value is (44,250,27). Sum of RGB (Red+Green+Blue) = 44+250+27=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 250 (98.05% from 255 or 77.88% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFA1B is #D305E4. Grayscale: #A3A3A3. Windows color (decimal): -13829605 or 1833516. OLE color: 1833516.
HSL color Cylindrical-coordinate representation of color #2CFA1B: hue angle of 115.43º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CFA1B is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 27 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.02 |
| HSL | 115.43º | 0.96% | 0.54% | - |
| HSV(B) | 115.43º | 0.89% | 0.98% | - |
| XYZ | 35.42 | 68.99 | 12.49 | - |
| YUV | 162.98 | 51.25 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 27 | 0.82 | 0 | 0.89 | 0.02 | 115.43 | 0.96 | 0.54 |
| Hex | 2C | FA | 1B | 52 | 0 | 59 | 2 | 73 | 60 | 36 |
| Octal | 54 | 372 | 33 | 122 | 0 | 131 | 2 | 163 | 140 | 66 |
| Binary | 101100 | 11111010 | 11011 | 1010010 | 0 | 1011001 | 10 | 1110011 | 1100000 | 110110 |
Color Harmonies of #2CFA1B
Complementary color
Monochromatic Colors of #2CFA1B
Black with #2CFA1B
Text Example
Text Example
White with #2CFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFA1B; }
p { color: rgb(44,250,27); }
H1.HeaderClassName
{
color: #2CFA1B;
}
.AnyTagClassName
{
color: #2CFA1B;
}
</style>
background-color css
<style>
a { background-color: #2CFA1B; }
a { background-color: rgb(44,250,27); }
div.DivClassName
{
background-color: #2CFA1B;
}
.BgClassName
{
background-color: #2CFA1B;
}
</style>
border-color css
<style>
span { border-color: #2CFA1B; }
span { border-color: rgb(44,250,27); }
td.TdClassName
{
border-color: #2CFA1B;
}
.TagClassName
{
border-color: #2CFA1B;
}
</style>