#2CE812

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

Shades of Harlequin #2CE812

Tints of Harlequin #2CE812

Color information

#2CE812 (or 0x2CE812) is unknown color: approx Harlequin. HEX triplet: 2C, E8 and 12. RGB value is (44,232,18). Sum of RGB (Red+Green+Blue) = 44+232+18=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 232 (91.02% from 255 or 78.91% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CE812 is #D317ED. Grayscale: #989898. Windows color (decimal): -13834222 or 1239084. OLE color: 1239084.

HSL color Cylindrical-coordinate representation of color #2CE812: hue angle of 112.71º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CE812 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB4423218-
CMYK0.8100.920.09
HSL112.71º85.6%49.02%-
HSV(B)112.71º92.24%90.98%-
XYZ3058.2910.24-
YUV151.3952.7251.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.97%
GREEN value IS 232 (91.02% from 255) = 78.91%
BLUE value IS 18 (7.42% from 255) = 6.12%
R=14.97%
G=78.91%
B=6.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal44232180.8100.920.09112.7185.649.02
Hex2CE8125105C9715631
Octal543502212101341116112661
Binary1011001110100010010101000101011100100111100011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,232,18); }

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

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

 a { background-color: rgb(44,232,18); }

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

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

 span { border-color: rgb(44,232,18); }

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