Html Css Color HEX #4DFF02 Harlequin

📋 copy color: '#4DFF02'

red 77 ◦ green 255 ◦ blue 2

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

Shades of Harlequin #4DFF02

Tints of Harlequin #4DFF02

RGB

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

 GREEN value IS 255 (100% from 255) = 76.35%

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

R = 23.05%
G = 76.35%
B = 0.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#4DFF02 (or 0x4DFF02) is known color: Harlequin. HEX triplet: 4D, FF and 02. RGB value is (77,255,2). Sum of RGB (Red+Green+Blue) = 77+255+2=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFF02 is #B200FD. Grayscale: #ADADAD. Windows color (decimal): -11665662 or 196429. OLE color: 196429.

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

Color convert

RGB 77 255 2 -
CMYK 0.70 0 0.99 0
HSL 102.21º 1% 0.5% -
HSV(B) 102.21º 0.99% 1% -
XYZ 38.83 73.1 12.12 -
YUV 172.94 31.53 59.57 -
System Red Green Blue C M Y K H S L
Decimal 77 255 2 0.70 0 0.99 0 102.21 1 0.5
Hex 4D FF 2 46 0 63 0 66 64 32
Octal 115 377 2 106 0 143 0 146 144 62
Binary 1001101 11111111 10 1000110 0 1100011 0 1100110 1100100 110010

Color Harmonies of #4DFF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFF02

Black with #4DFF02

Text Example


Text Example

White with #4DFF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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