Html Css Color HEX #4EF228 Harlequin

📋 copy color: '#4EF228'

red 78 ◦ green 242 ◦ blue 40

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

Shades of Harlequin #4EF228

Tints of Harlequin #4EF228

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.22%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 21.67%
G = 67.22%
B = 11.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#4EF228 (or 0x4EF228) is known color: Harlequin. HEX triplet: 4E, F2 and 28. RGB value is (78,242,40). Sum of RGB (Red+Green+Blue) = 78+242+40=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF228 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF228 is #B10DD7. Grayscale: #AAAAAA. Windows color (decimal): -11603416 or 2683470. OLE color: 2683470.

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

Color convert

RGB 78 242 40 -
CMYK 0.68 0 0.83 0.05
HSL 108.71º 0.89% 0.55% -
HSV(B) 108.71º 0.83% 0.95% -
XYZ 35.28 65.28 12.75 -
YUV 169.94 54.67 62.43 -
System Red Green Blue C M Y K H S L
Decimal 78 242 40 0.68 0 0.83 0.05 108.71 0.89 0.55
Hex 4E F2 28 44 0 53 5 6D 59 37
Octal 116 362 50 104 0 123 5 155 131 67
Binary 1001110 11110010 101000 1000100 0 1010011 101 1101101 1011001 110111

Color Harmonies of #4EF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF228

Black with #4EF228

Text Example


Text Example

White with #4EF228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,242,40); }

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

background-color css

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

 a { background-color: rgb(78,242,40); }

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

border-color css

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

 span { border-color: rgb(78,242,40); }

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