Html Css Color HEX #4BFC2C Harlequin

📋 copy color: '#4BFC2C'

red 75 ◦ green 252 ◦ blue 44

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

Shades of Harlequin #4BFC2C

Tints of Harlequin #4BFC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.86%

R = 20.22%
G = 67.92%
B = 11.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#4BFC2C (or 0x4BFC2C) is known color: Harlequin. HEX triplet: 4B, FC and 2C. RGB value is (75,252,44). Sum of RGB (Red+Green+Blue) = 75+252+44=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFC2C is #B403D3. Grayscale: #B0B0B0. Windows color (decimal): -11797460 or 2948171. OLE color: 2948171.

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

Color convert

RGB 75 252 44 -
CMYK 0.70 0 0.83 0.01
HSL 111.06º 0.97% 0.58% -
HSV(B) 111.06º 0.83% 0.99% -
XYZ 38.17 71.3 14.13 -
YUV 175.37 53.86 56.41 -
System Red Green Blue C M Y K H S L
Decimal 75 252 44 0.70 0 0.83 0.01 111.06 0.97 0.58
Hex 4B FC 2C 46 0 53 1 6F 61 3A
Octal 113 374 54 106 0 123 1 157 141 72
Binary 1001011 11111100 101100 1000110 0 1010011 1 1101111 1100001 111010

Color Harmonies of #4BFC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFC2C

Black with #4BFC2C

Text Example


Text Example

White with #4BFC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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