Html Css Color HEX #4DF01E Harlequin

📋 copy color: '#4DF01E'

red 77 ◦ green 240 ◦ blue 30

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

Shades of Harlequin #4DF01E

Tints of Harlequin #4DF01E

RGB

 RED value IS 77 (30.47% from 255) = 22.19%

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

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 22.19%
G = 69.16%
B = 8.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#4DF01E (or 0x4DF01E) is known color: Harlequin. HEX triplet: 4D, F0 and 1E. RGB value is (77,240,30). Sum of RGB (Red+Green+Blue) = 77+240+30=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF01E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF01E is #B20FE1. Grayscale: #A8A8A8. Windows color (decimal): -11669474 or 2027597. OLE color: 2027597.

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

Color convert

RGB 77 240 30 -
CMYK 0.68 0 0.87 0.06
HSL 106.57º 0.88% 0.53% -
HSV(B) 106.57º 0.88% 0.94% -
XYZ 34.46 63.99 11.76 -
YUV 167.32 50.5 63.58 -
System Red Green Blue C M Y K H S L
Decimal 77 240 30 0.68 0 0.87 0.06 106.57 0.88 0.53
Hex 4D F0 1E 44 0 57 6 6B 58 35
Octal 115 360 36 104 0 127 6 153 130 65
Binary 1001101 11110000 11110 1000100 0 1010111 110 1101011 1011000 110101

Color Harmonies of #4DF01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF01E

Black with #4DF01E

Text Example


Text Example

White with #4DF01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,240,30); }

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

background-color css

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

 a { background-color: rgb(77,240,30); }

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

border-color css

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

 span { border-color: rgb(77,240,30); }

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