Html Css Color HEX #42EC04 Harlequin

📋 copy color: '#42EC04'

red 66 ◦ green 236 ◦ blue 4

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

Shades of Harlequin #42EC04

Tints of Harlequin #42EC04

RGB

 RED value IS 66 (26.17% from 255) = 21.57%

 GREEN value IS 236 (92.58% from 255) = 77.12%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 21.57%
G = 77.12%
B = 1.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#42EC04 (or 0x42EC04) is known color: Harlequin. HEX triplet: 42, EC and 04. RGB value is (66,236,4). Sum of RGB (Red+Green+Blue) = 66+236+4=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 236 (92.58% from 255 or 77.12% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EC04 is #BD13FB. Grayscale: #9F9F9F. Windows color (decimal): -12391420 or 322626. OLE color: 322626.

HSL color Cylindrical-coordinate representation of color #42EC04: hue angle of 103.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42EC04 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 236 4 -
CMYK 0.72 0 0.98 0.07
HSL 103.97º 0.97% 0.47% -
HSV(B) 103.97º 0.98% 0.93% -
XYZ 32.26 61.16 10.22 -
YUV 158.72 40.68 61.86 -
System Red Green Blue C M Y K H S L
Decimal 66 236 4 0.72 0 0.98 0.07 103.97 0.97 0.47
Hex 42 EC 4 48 0 62 7 68 61 2F
Octal 102 354 4 110 0 142 7 150 141 57
Binary 1000010 11101100 100 1001000 0 1100010 111 1101000 1100001 101111

Color Harmonies of #42EC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EC04

Black with #42EC04

Text Example


Text Example

White with #42EC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42EC04; }

 p { color: rgb(66,236,4); }

 H1.HeaderClassName
 {
   color: #42EC04;
 }
 .AnyTagClassName
 {
   color: #42EC04;
 }
</style>

background-color css

<style>
 a { background-color: #42EC04; }

 a { background-color: rgb(66,236,4); }

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

border-color css

<style>
 span { border-color: #42EC04; }

 span { border-color: rgb(66,236,4); }

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