Html Css Color HEX #4EFF02 Harlequin

📋 copy color: '#4EFF02'

red 78 ◦ green 255 ◦ blue 2

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

Shades of Harlequin #4EFF02

Tints of Harlequin #4EFF02

RGB

 RED value IS 78 (30.86% from 255) = 23.28%

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

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

R = 23.28%
G = 76.12%
B = 0.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#4EFF02 (or 0x4EFF02) is known color: Harlequin. HEX triplet: 4E, FF and 02. RGB value is (78,255,2). Sum of RGB (Red+Green+Blue) = 78+255+2=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFF02 is #B100FD. Grayscale: #AEAEAE. Windows color (decimal): -11600126 or 196430. OLE color: 196430.

HSL color Cylindrical-coordinate representation of color #4EFF02: hue angle of 101.98º 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 #4EFF02 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 78 255 2 -
CMYK 0.69 0 0.99 0
HSL 101.98º 1% 0.5% -
HSV(B) 101.98º 0.99% 1% -
XYZ 38.91 73.14 12.12 -
YUV 173.24 31.36 60.07 -
System Red Green Blue C M Y K H S L
Decimal 78 255 2 0.69 0 0.99 0 101.98 1 0.5
Hex 4E FF 2 45 0 63 0 66 64 32
Octal 116 377 2 105 0 143 0 146 144 62
Binary 1001110 11111111 10 1000101 0 1100011 0 1100110 1100100 110010

Color Harmonies of #4EFF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFF02

Black with #4EFF02

Text Example


Text Example

White with #4EFF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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