#2CF013

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

Shades of Harlequin #2CF013

Tints of Harlequin #2CF013

Color information

#2CF013 (or 0x2CF013) is unknown color: approx Harlequin. HEX triplet: 2C, F0 and 13. RGB value is (44,240,19). Sum of RGB (Red+Green+Blue) = 44+240+19=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 240 (94.14% from 255 or 79.21% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF013 is #D30FEC. Grayscale: #9C9C9C. Windows color (decimal): -13832173 or 1306668. OLE color: 1306668.

HSL color Cylindrical-coordinate representation of color #2CF013: hue angle of 113.21º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CF013 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB4424019-
CMYK0.8200.920.06
HSL113.21º88.05%50.78%-
HSV(B)113.21º92.08%94.12%-
XYZ32.3262.911.05-
YUV156.250.5747.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.52%
GREEN value IS 240 (94.14% from 255) = 79.21%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=14.52%
G=79.21%
B=6.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal44240190.8200.920.06113.2188.0550.78
Hex2CF0135205C6715833
Octal54360231220134616113063
Binary101100111100001001110100100101110011011100011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,240,19); }

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

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

 a { background-color: rgb(44,240,19); }

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

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

 span { border-color: rgb(44,240,19); }

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