#2EEB0C

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

Shades of Harlequin #2EEB0C

Tints of Harlequin #2EEB0C

Color information

#2EEB0C (or 0x2EEB0C) is unknown color: approx Harlequin. HEX triplet: 2E, EB and 0C. RGB value is (46,235,12). Sum of RGB (Red+Green+Blue) = 46+235+12=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 235 (92.19% from 255 or 80.20% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEB0C is #D114F3. Grayscale: #999999. Windows color (decimal): -13702388 or 846638. OLE color: 846638.

HSL color Cylindrical-coordinate representation of color #2EEB0C: hue angle of 110.85º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2EEB0C is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB4623512-
CMYK0.8000.950.08
HSL110.85º90.28%48.43%-
HSV(B)110.85º94.89%92.16%-
XYZ30.960.0210.3-
YUV153.0748.3851.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.70%
GREEN value IS 235 (92.19% from 255) = 80.20%
BLUE value IS 12 (5.08% from 255) = 4.10%
R=15.70%
G=80.20%
B=4.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal46235120.8000.950.08110.8590.2848.43
Hex2EEBC5005F86f5a30
Octal563531412001371015713260
Binary101110111010111100101000001011111100011011111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,235,12); }

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

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

 a { background-color: rgb(46,235,12); }

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

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

 span { border-color: rgb(46,235,12); }

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