Html Css Color HEX #4CFC2B Harlequin

📋 copy color: '#4CFC2B'

red 76 ◦ green 252 ◦ blue 43

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

Shades of Harlequin #4CFC2B

Tints of Harlequin #4CFC2B

RGB

 RED value IS 76 (30.08% from 255) = 20.49%

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

 BLUE value IS 43 (17.19% from 255) = 11.59%

R = 20.49%
G = 67.92%
B = 11.59%

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

#4CFC2B (or 0x4CFC2B) is known color: Harlequin. HEX triplet: 4C, FC and 2B. RGB value is (76,252,43). Sum of RGB (Red+Green+Blue) = 76+252+43=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFC2B is #B303D4. Grayscale: #B0B0B0. Windows color (decimal): -11731925 or 2882636. OLE color: 2882636.

HSL color Cylindrical-coordinate representation of color #4CFC2B: hue angle of 110.53º 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 #4CFC2B is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 252 43 -
CMYK 0.70 0 0.83 0.01
HSL 110.53º 0.97% 0.58% -
HSV(B) 110.53º 0.83% 0.99% -
XYZ 38.23 71.33 14.04 -
YUV 175.55 53.19 56.99 -
System Red Green Blue C M Y K H S L
Decimal 76 252 43 0.70 0 0.83 0.01 110.53 0.97 0.58
Hex 4C FC 2B 46 0 53 1 6F 61 3A
Octal 114 374 53 106 0 123 1 157 141 72
Binary 1001100 11111100 101011 1000110 0 1010011 1 1101111 1100001 111010

Color Harmonies of #4CFC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFC2B

Black with #4CFC2B

Text Example


Text Example

White with #4CFC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,252,43); }

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

background-color css

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

 a { background-color: rgb(76,252,43); }

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

border-color css

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

 span { border-color: rgb(76,252,43); }

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