Html Css Color HEX #4DFE02 Harlequin

📋 copy color: '#4DFE02'

red 77 ◦ green 254 ◦ blue 2

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

Shades of Harlequin #4DFE02

Tints of Harlequin #4DFE02

RGB

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

 GREEN value IS 254 (99.61% from 255) = 76.28%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 23.12%
G = 76.28%
B = 0.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#4DFE02 (or 0x4DFE02) is known color: Harlequin. HEX triplet: 4D, FE and 02. RGB value is (77,254,2). Sum of RGB (Red+Green+Blue) = 77+254+2=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 254 (99.61% from 255 or 76.28% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFE02 is #B201FD. Grayscale: #ADADAD. Windows color (decimal): -11665918 or 196173. OLE color: 196173.

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

Color convert

RGB 77 254 2 -
CMYK 0.70 0 0.99 0.00
HSL 102.14º 0.99% 0.5% -
HSV(B) 102.14º 0.99% 1% -
XYZ 38.51 72.47 12.01 -
YUV 172.35 31.86 59.99 -
System Red Green Blue C M Y K H S L
Decimal 77 254 2 0.70 0 0.99 0.00 102.14 0.99 0.5
Hex 4D FE 2 46 0 63 0 66 63 32
Octal 115 376 2 106 0 143 0 146 143 62
Binary 1001101 11111110 10 1000110 0 1100011 0 1100110 1100011 110010

Color Harmonies of #4DFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFE02

Black with #4DFE02

Text Example


Text Example

White with #4DFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,254,2); }

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

background-color css

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

 a { background-color: rgb(77,254,2); }

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

border-color css

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

 span { border-color: rgb(77,254,2); }

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