Html Css Color HEX #4DFA30 Harlequin

📋 copy color: '#4DFA30'

red 77 ◦ green 250 ◦ blue 48

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

Shades of Harlequin #4DFA30

Tints of Harlequin #4DFA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 20.53%
G = 66.67%
B = 12.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#4DFA30 (or 0x4DFA30) is known color: Harlequin. HEX triplet: 4D, FA and 30. RGB value is (77,250,48). Sum of RGB (Red+Green+Blue) = 77+250+48=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA30 is #B205CF. Grayscale: #AFAFAF. Windows color (decimal): -11666896 or 3209805. OLE color: 3209805.

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

Color convert

RGB 77 250 48 -
CMYK 0.69 0 0.81 0.02
HSL 111.39º 0.95% 0.58% -
HSV(B) 111.39º 0.81% 0.98% -
XYZ 37.78 70.16 14.35 -
YUV 175.25 56.19 57.93 -
System Red Green Blue C M Y K H S L
Decimal 77 250 48 0.69 0 0.81 0.02 111.39 0.95 0.58
Hex 4D FA 30 45 0 51 2 6F 5F 3A
Octal 115 372 60 105 0 121 2 157 137 72
Binary 1001101 11111010 110000 1000101 0 1010001 10 1101111 1011111 111010

Color Harmonies of #4DFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA30

Black with #4DFA30

Text Example


Text Example

White with #4DFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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