Html Css Color HEX #4DFC30 Harlequin

📋 copy color: '#4DFC30'

red 77 ◦ green 252 ◦ blue 48

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

Shades of Harlequin #4DFC30

Tints of Harlequin #4DFC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 66.84%

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

R = 20.42%
G = 66.84%
B = 12.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#4DFC30 (or 0x4DFC30) is known color: Harlequin. HEX triplet: 4D, FC and 30. RGB value is (77,252,48). Sum of RGB (Red+Green+Blue) = 77+252+48=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 252 (98.83% from 255 or 66.84% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFC30 is #B203CF. Grayscale: #B1B1B1. Windows color (decimal): -11666384 or 3210317. OLE color: 3210317.

HSL color Cylindrical-coordinate representation of color #4DFC30: hue angle of 111.47º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DFC30 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 252 48 -
CMYK 0.69 0 0.81 0.01
HSL 111.47º 0.97% 0.59% -
HSV(B) 111.47º 0.81% 0.99% -
XYZ 38.4 71.41 14.56 -
YUV 176.42 55.52 57.09 -
System Red Green Blue C M Y K H S L
Decimal 77 252 48 0.69 0 0.81 0.01 111.47 0.97 0.59
Hex 4D FC 30 45 0 51 1 6F 61 3B
Octal 115 374 60 105 0 121 1 157 141 73
Binary 1001101 11111100 110000 1000101 0 1010001 1 1101111 1100001 111011

Color Harmonies of #4DFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFC30

Black with #4DFC30

Text Example


Text Example

White with #4DFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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