#2CEB16

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

Shades of Harlequin #2CEB16

Tints of Harlequin #2CEB16

Color information

#2CEB16 (or 0x2CEB16) is unknown color: approx Harlequin. HEX triplet: 2C, EB and 16. RGB value is (44,235,22). Sum of RGB (Red+Green+Blue) = 44+235+22=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 235 (92.19% from 255 or 78.07% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEB16 is #D314E9. Grayscale: #9A9A9A. Windows color (decimal): -13833450 or 1501996. OLE color: 1501996.

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

Color convert

RGB4423522-
CMYK0.8100.910.08
HSL113.8º84.19%50.39%-
HSV(B)113.8º90.64%92.16%-
XYZ30.8960.0110.71-
YUV153.6153.7249.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.62%
GREEN value IS 235 (92.19% from 255) = 78.07%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=14.62%
G=78.07%
B=7.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal44235220.8100.910.08113.884.1950.39
Hex2CEB165105B8725432
Octal543532612101331016212462
Binary1011001110101110110101000101011011100011100101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,235,22); }

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

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

 a { background-color: rgb(44,235,22); }

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

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

 span { border-color: rgb(44,235,22); }

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