Html Css Color HEX #4EF124 Harlequin

📋 copy color: '#4EF124'

red 78 ◦ green 241 ◦ blue 36

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

Shades of Harlequin #4EF124

Tints of Harlequin #4EF124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.89%

 BLUE value IS 36 (14.45% from 255) = 10.14%

R = 21.97%
G = 67.89%
B = 10.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#4EF124 (or 0x4EF124) is known color: Harlequin. HEX triplet: 4E, F1 and 24. RGB value is (78,241,36). Sum of RGB (Red+Green+Blue) = 78+241+36=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF124 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF124 is #B10EDB. Grayscale: #A9A9A9. Windows color (decimal): -11603676 or 2421070. OLE color: 2421070.

HSL color Cylindrical-coordinate representation of color #4EF124: hue angle of 107.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4EF124 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 241 36 -
CMYK 0.68 0 0.85 0.05
HSL 107.71º 0.88% 0.54% -
HSV(B) 107.71º 0.85% 0.95% -
XYZ 34.92 64.66 12.31 -
YUV 168.89 53 63.17 -
System Red Green Blue C M Y K H S L
Decimal 78 241 36 0.68 0 0.85 0.05 107.71 0.88 0.54
Hex 4E F1 24 44 0 55 5 6C 58 36
Octal 116 361 44 104 0 125 5 154 130 66
Binary 1001110 11110001 100100 1000100 0 1010101 101 1101100 1011000 110110

Color Harmonies of #4EF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF124

Black with #4EF124

Text Example


Text Example

White with #4EF124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,241,36); }

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

background-color css

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

 a { background-color: rgb(78,241,36); }

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

border-color css

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

 span { border-color: rgb(78,241,36); }

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