#2CFE13

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

Shades of Harlequin #2CFE13

Tints of Harlequin #2CFE13

Color information

#2CFE13 (or 0x2CFE13) is unknown color: approx Harlequin. HEX triplet: 2C, FE and 13. RGB value is (44,254,19). Sum of RGB (Red+Green+Blue) = 44+254+19=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 254 (99.61% from 255 or 80.13% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFE13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFE13 is #D301EC. Grayscale: #A5A5A5. Windows color (decimal): -13828589 or 1310252. OLE color: 1310252.

HSL color Cylindrical-coordinate representation of color #2CFE13: hue angle of 113.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CFE13 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB4425419-
CMYK0.8300.930.00
HSL113.62º99.16%53.53%-
HSV(B)113.62º92.52%99.61%-
XYZ36.671.4712.48-
YUV164.4245.9342.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.88%
GREEN value IS 254 (99.61% from 255) = 80.13%
BLUE value IS 19 (7.81% from 255) = 5.99%
R=13.88%
G=80.13%
B=5.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal44254190.8300.930.00113.6299.1653.53
Hex2CFE135305D0726336
Octal54376231230135016214366
Binary1011001111111010011101001101011101011100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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