Shades of Harlequin #2CFF1B
Tints of Harlequin #2CFF1B
RGB
CMYK
RGB Variations
Color information
#2CFF1B (or 0x2CFF1B) is known color: Harlequin. HEX triplet: 2C, FF and 1B. RGB value is (44,255,27). Sum of RGB (Red+Green+Blue) = 44+255+27=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 255 (100% from 255 or 78.22% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF1B is #D300E4. Grayscale: #A6A6A6. Windows color (decimal): -13828325 or 1834796. OLE color: 1834796.
HSL color Cylindrical-coordinate representation of color #2CFF1B: hue angle of 115.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CFF1B is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 27 | - |
| CMYK | 0.83 | 0 | 0.89 | 0 |
| HSL | 115.53º | 1% | 0.55% | - |
| HSV(B) | 115.53º | 0.89% | 1% | - |
| XYZ | 37 | 72.13 | 13.01 | - |
| YUV | 165.92 | 49.6 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 27 | 0.83 | 0 | 0.89 | 0 | 115.53 | 1 | 0.55 |
| Hex | 2C | FF | 1B | 53 | 0 | 59 | 0 | 74 | 64 | 37 |
| Octal | 54 | 377 | 33 | 123 | 0 | 131 | 0 | 164 | 144 | 67 |
| Binary | 101100 | 11111111 | 11011 | 1010011 | 0 | 1011001 | 0 | 1110100 | 1100100 | 110111 |
Color Harmonies of #2CFF1B
Complementary color
Monochromatic Colors of #2CFF1B
Black with #2CFF1B
Text Example
Text Example
White with #2CFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF1B; }
p { color: rgb(44,255,27); }
H1.HeaderClassName
{
color: #2CFF1B;
}
.AnyTagClassName
{
color: #2CFF1B;
}
</style>
background-color css
<style>
a { background-color: #2CFF1B; }
a { background-color: rgb(44,255,27); }
div.DivClassName
{
background-color: #2CFF1B;
}
.BgClassName
{
background-color: #2CFF1B;
}
</style>
border-color css
<style>
span { border-color: #2CFF1B; }
span { border-color: rgb(44,255,27); }
td.TdClassName
{
border-color: #2CFF1B;
}
.TagClassName
{
border-color: #2CFF1B;
}
</style>