Html Css Color HEX #4EF004 Harlequin

📋 copy color: '#4EF004'

red 78 ◦ green 240 ◦ blue 4

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

Shades of Harlequin #4EF004

Tints of Harlequin #4EF004

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.53%

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 24.22%
G = 74.53%
B = 1.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#4EF004 (or 0x4EF004) is known color: Harlequin. HEX triplet: 4E, F0 and 04. RGB value is (78,240,4). Sum of RGB (Red+Green+Blue) = 78+240+4=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF004 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF004 is #B10FFB. Grayscale: #A5A5A5. Windows color (decimal): -11603964 or 323662. OLE color: 323662.

HSL color Cylindrical-coordinate representation of color #4EF004: hue angle of 101.19º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EF004 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 240 4 -
CMYK 0.68 0 0.98 0.06
HSL 101.19º 0.97% 0.48% -
HSV(B) 101.19º 0.98% 0.94% -
XYZ 34.32 63.95 10.65 -
YUV 164.66 37.33 66.19 -
System Red Green Blue C M Y K H S L
Decimal 78 240 4 0.68 0 0.98 0.06 101.19 0.97 0.48
Hex 4E F0 4 44 0 62 6 65 61 30
Octal 116 360 4 104 0 142 6 145 141 60
Binary 1001110 11110000 100 1000100 0 1100010 110 1100101 1100001 110000

Color Harmonies of #4EF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF004

Black with #4EF004

Text Example


Text Example

White with #4EF004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,240,4); }

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

background-color css

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

 a { background-color: rgb(78,240,4); }

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

border-color css

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

 span { border-color: rgb(78,240,4); }

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