Html Css Color HEX #4EFF2A Harlequin

📋 copy color: '#4EFF2A'

red 78 ◦ green 255 ◦ blue 42

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

Shades of Harlequin #4EFF2A

Tints of Harlequin #4EFF2A

RGB

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

 GREEN value IS 255 (100% from 255) = 68%

 BLUE value IS 42 (16.8% from 255) = 11.2%

R = 20.8%
G = 68%
B = 11.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#4EFF2A (or 0x4EFF2A) is known color: Harlequin. HEX triplet: 4E, FF and 2A. RGB value is (78,255,42). Sum of RGB (Red+Green+Blue) = 78+255+42=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFF2A is #B100D5. Grayscale: #B2B2B2. Windows color (decimal): -11600086 or 2817870. OLE color: 2817870.

HSL color Cylindrical-coordinate representation of color #4EFF2A: hue angle of 109.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4EFF2A is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 78 255 42 -
CMYK 0.69 0 0.84 0
HSL 109.86º 1% 0.58% -
HSV(B) 109.86º 0.84% 1% -
XYZ 39.32 73.31 14.27 -
YUV 177.8 51.36 56.82 -
System Red Green Blue C M Y K H S L
Decimal 78 255 42 0.69 0 0.84 0 109.86 1 0.58
Hex 4E FF 2A 45 0 54 0 6E 64 3A
Octal 116 377 52 105 0 124 0 156 144 72
Binary 1001110 11111111 101010 1000101 0 1010100 0 1101110 1100100 111010

Color Harmonies of #4EFF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFF2A

Black with #4EFF2A

Text Example


Text Example

White with #4EFF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,255,42); }

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

background-color css

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

 a { background-color: rgb(78,255,42); }

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

border-color css

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

 span { border-color: rgb(78,255,42); }

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