#2CEC18

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

Shades of Harlequin #2CEC18

Tints of Harlequin #2CEC18

Color information

#2CEC18 (or 0x2CEC18) is unknown color: approx Harlequin. HEX triplet: 2C, EC and 18. RGB value is (44,236,24). Sum of RGB (Red+Green+Blue) = 44+236+24=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 236 (92.58% from 255 or 77.63% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEC18 is #D313E7. Grayscale: #9B9B9B. Windows color (decimal): -13833192 or 1633324. OLE color: 1633324.

HSL color Cylindrical-coordinate representation of color #2CEC18: hue angle of 114.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CEC18 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB4423624-
CMYK0.8100.900.07
HSL114.34º84.8%50.98%-
HSV(B)114.34º89.83%92.55%-
XYZ31.260.5910.92-
YUV154.4254.3949.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.47%
GREEN value IS 236 (92.58% from 255) = 77.63%
BLUE value IS 24 (9.77% from 255) = 7.89%
R=14.47%
G=77.63%
B=7.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal44236240.8100.900.07114.3484.850.98
Hex2CEC185105A7725533
Octal54354301210132716212563
Binary101100111011001100010100010101101011111100101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,236,24); }

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

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

 a { background-color: rgb(44,236,24); }

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

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

 span { border-color: rgb(44,236,24); }

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