Html Css Color HEX #4EEE14 Harlequin

📋 copy color: '#4EEE14'

red 78 ◦ green 238 ◦ blue 20

#4EEE14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #4EEE14

Tints of Harlequin #4EEE14

RGB

 RED value IS 78 (30.86% from 255) = 23.21%

 GREEN value IS 238 (93.36% from 255) = 70.83%

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 23.21%
G = 70.83%
B = 5.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#4EEE14 (or 0x4EEE14) is known color: Harlequin. HEX triplet: 4E, EE and 14. RGB value is (78,238,20). Sum of RGB (Red+Green+Blue) = 78+238+20=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEE14 is #B111EB. Grayscale: #A6A6A6. Windows color (decimal): -11604460 or 1371726. OLE color: 1371726.

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

Color convert

RGB 78 238 20 -
CMYK 0.67 0 0.92 0.07
HSL 104.04º 0.87% 0.51% -
HSV(B) 104.04º 0.92% 0.93% -
XYZ 33.84 62.82 11 -
YUV 165.31 45.99 65.73 -
System Red Green Blue C M Y K H S L
Decimal 78 238 20 0.67 0 0.92 0.07 104.04 0.87 0.51
Hex 4E EE 14 43 0 5C 7 68 57 33
Octal 116 356 24 103 0 134 7 150 127 63
Binary 1001110 11101110 10100 1000011 0 1011100 111 1101000 1010111 110011

Color Harmonies of #4EEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEE14

Black with #4EEE14

Text Example


Text Example

White with #4EEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,238,20); }

 H1.HeaderClassName
 {
   color: #4EEE14;
 }
 .AnyTagClassName
 {
   color: #4EEE14;
 }
</style>

background-color css

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

 a { background-color: rgb(78,238,20); }

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

border-color css

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

 span { border-color: rgb(78,238,20); }

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