#2CD801

Color #2CD801 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #2CD801

Tints of Harlequin #2CD801

Color information

#2CD801 (or 0x2CD801) is unknown color: approx Harlequin. HEX triplet: 2C, D8 and 01. RGB value is (44,216,1). Sum of RGB (Red+Green+Blue) = 44+216+1=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 216 (84.77% from 255 or 82.76% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD801 is #D327FE. Grayscale: #8C8C8C. Windows color (decimal): -13838335 or 120876. OLE color: 120876.

HSL color Cylindrical-coordinate representation of color #2CD801: hue angle of 108º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CD801 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB442161-
CMYK0.8001.000.15
HSL108º99.08%42.55%-
HSV(B)108º99.54%84.71%-
XYZ25.649.658.26-
YUV140.0649.5259.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 16.86%
GREEN value IS 216 (84.77% from 255) = 82.76%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=16.86%
G=82.76%
B=0.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal4421610.8001.000.1510899.0842.55
Hex2CD8150064F6c632b
Octal54330112001441715414353
Binary101100110110001101000001100100111111011001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CD801; }

 p { color: rgb(44,216,1); }

 H1.HeaderClassName
 {
   color: #2CD801;
 }
 .AnyTagClassName
 {
   color: #2CD801;
 }
</style>
background-color css

<style>
 a { background-color: #2CD801; }

 a { background-color: rgb(44,216,1); }

 div.DivClassName
 {
   background-color: #2CD801;
 }
 .BgClassName
 {
   background-color: #2CD801;
 }
</style>
border-color css

<style>
 span { border-color: #2CD801; }

 span { border-color: rgb(44,216,1); }

 td.TdClassName
 {
   border-color: #2CD801;
 }
 .TagClassName
 {
   border-color: #2CD801;
 }
</style>