#4EEC1E

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

Shades of Harlequin #4EEC1E

Tints of Harlequin #4EEC1E

Color information

#4EEC1E (or 0x4EEC1E) is unknown color: approx Harlequin. HEX triplet: 4E, EC and 1E. RGB value is (78,236,30). Sum of RGB (Red+Green+Blue) = 78+236+30=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 236 (92.58% from 255 or 68.60% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEC1E is #B113E1. Grayscale: #A5A5A5. Windows color (decimal): -11604962 or 2026574. OLE color: 2026574.

HSL color Cylindrical-coordinate representation of color #4EEC1E: hue angle of 106.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4EEC1E is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB7823630-
CMYK0.6700.870.07
HSL106.02º84.43%52.16%-
HSV(B)106.02º87.29%92.55%-
XYZ33.3761.711.38-
YUV165.2751.6565.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.67%
GREEN value IS 236 (92.58% from 255) = 68.60%
BLUE value IS 30 (12.11% from 255) = 8.72%
R=22.67%
G=68.60%
B=8.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal78236300.6700.870.07106.0284.4352.16
Hex4EEC1E4305776a5434
Octal116354361030127715212464
Binary1001110111011001111010000110101011111111010101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EEC1E; }

 p { color: rgb(78,236,30); }

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

<style>
 a { background-color: #4EEC1E; }

 a { background-color: rgb(78,236,30); }

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

<style>
 span { border-color: #4EEC1E; }

 span { border-color: rgb(78,236,30); }

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