Html Css Color HEX #4DFA1E Harlequin

📋 copy color: '#4DFA1E'

red 77 ◦ green 250 ◦ blue 30

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

Shades of Harlequin #4DFA1E

Tints of Harlequin #4DFA1E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.03%

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

R = 21.57%
G = 70.03%
B = 8.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#4DFA1E (or 0x4DFA1E) is known color: Harlequin. HEX triplet: 4D, FA and 1E. RGB value is (77,250,30). Sum of RGB (Red+Green+Blue) = 77+250+30=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 250 (98.05% from 255 or 70.03% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA1E is #B205E1. Grayscale: #ADADAD. Windows color (decimal): -11666914 or 2030157. OLE color: 2030157.

HSL color Cylindrical-coordinate representation of color #4DFA1E: hue angle of 107.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4DFA1E is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 30 -
CMYK 0.69 0 0.88 0.02
HSL 107.18º 0.96% 0.55% -
HSV(B) 107.18º 0.88% 0.98% -
XYZ 37.48 70.04 12.77 -
YUV 173.19 47.19 59.39 -
System Red Green Blue C M Y K H S L
Decimal 77 250 30 0.69 0 0.88 0.02 107.18 0.96 0.55
Hex 4D FA 1E 45 0 58 2 6B 60 37
Octal 115 372 36 105 0 130 2 153 140 67
Binary 1001101 11111010 11110 1000101 0 1011000 10 1101011 1100000 110111

Color Harmonies of #4DFA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA1E

Black with #4DFA1E

Text Example


Text Example

White with #4DFA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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