Html Css Color HEX #4CF200 Harlequin

📋 copy color: '#4CF200'

red 76 ◦ green 242 ◦ blue 0

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

Shades of Harlequin #4CF200

Tints of Harlequin #4CF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 76.1%

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

R = 23.9%
G = 76.1%
B = 0%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#4CF200 (or 0x4CF200) is known color: Harlequin. HEX triplet: 4C, F2 and 00. RGB value is (76,242,0). Sum of RGB (Red+Green+Blue) = 76+242+0=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 242 (94.92% from 255 or 76.10% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF200 is #B30DFF. Grayscale: #A5A5A5. Windows color (decimal): -11734528 or 62028. OLE color: 62028.

HSL color Cylindrical-coordinate representation of color #4CF200: hue angle of 101.16º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CF200 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 242 0 -
CMYK 0.69 0 1 0.05
HSL 101.16º 1% 0.47% -
HSV(B) 101.16º 1% 0.95% -
XYZ 34.73 65.04 10.72 -
YUV 164.78 35 64.68 -
System Red Green Blue C M Y K H S L
Decimal 76 242 0 0.69 0 1 0.05 101.16 1 0.47
Hex 4C F2 0 45 0 64 5 65 64 2F
Octal 114 362 0 105 0 144 5 145 144 57
Binary 1001100 11110010 0 1000101 0 1100100 101 1100101 1100100 101111

Color Harmonies of #4CF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF200

Black with #4CF200

Text Example


Text Example

White with #4CF200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,242,0); }

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

background-color css

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

 a { background-color: rgb(76,242,0); }

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

border-color css

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

 span { border-color: rgb(76,242,0); }

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