Html Css Color HEX #4BFC00 Harlequin

📋 copy color: '#4BFC00'

red 75 ◦ green 252 ◦ blue 0

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

Shades of Harlequin #4BFC00

Tints of Harlequin #4BFC00

RGB

 RED value IS 75 (29.69% from 255) = 22.94%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.94%
G = 77.06%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#4BFC00 (or 0x4BFC00) is known color: Harlequin. HEX triplet: 4B, FC and 00. RGB value is (75,252,0). Sum of RGB (Red+Green+Blue) = 75+252+0=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 252 (98.83% from 255 or 77.06% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFC00 is #B403FF. Grayscale: #ABABAB. Windows color (decimal): -11797504 or 64587. OLE color: 64587.

HSL color Cylindrical-coordinate representation of color #4BFC00: hue angle of 102.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BFC00 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 252 0 -
CMYK 0.70 0 1 0.01
HSL 102.14º 1% 0.49% -
HSV(B) 102.14º 1% 0.99% -
XYZ 37.71 71.12 11.74 -
YUV 170.35 31.86 59.99 -
System Red Green Blue C M Y K H S L
Decimal 75 252 0 0.70 0 1 0.01 102.14 1 0.49
Hex 4B FC 0 46 0 64 1 66 64 31
Octal 113 374 0 106 0 144 1 146 144 61
Binary 1001011 11111100 0 1000110 0 1100100 1 1100110 1100100 110001

Color Harmonies of #4BFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFC00

Black with #4BFC00

Text Example


Text Example

White with #4BFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,252,0); }

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

background-color css

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

 a { background-color: rgb(75,252,0); }

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

border-color css

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

 span { border-color: rgb(75,252,0); }

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