Html Css Color HEX #42E304 Harlequin

📋 copy color: '#42E304'

red 66 ◦ green 227 ◦ blue 4

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

Shades of Harlequin #42E304

Tints of Harlequin #42E304

RGB

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

 GREEN value IS 227 (89.06% from 255) = 76.43%

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

R = 22.22%
G = 76.43%
B = 1.35%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#42E304 (or 0x42E304) is known color: Harlequin. HEX triplet: 42, E3 and 04. RGB value is (66,227,4). Sum of RGB (Red+Green+Blue) = 66+227+4=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 227 (89.06% from 255 or 76.43% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 227 - color contains mainly: green. Hex color #42E304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E304 is #BD1CFB. Grayscale: #9A9A9A. Windows color (decimal): -12393724 or 320322. OLE color: 320322.

HSL color Cylindrical-coordinate representation of color #42E304: hue angle of 103.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42E304 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 227 4 -
CMYK 0.71 0 0.98 0.11
HSL 103.32º 0.97% 0.45% -
HSV(B) 103.32º 0.98% 0.89% -
XYZ 29.74 56.11 9.38 -
YUV 153.44 43.66 65.63 -
System Red Green Blue C M Y K H S L
Decimal 66 227 4 0.71 0 0.98 0.11 103.32 0.97 0.45
Hex 42 E3 4 47 0 62 B 67 61 2D
Octal 102 343 4 107 0 142 13 147 141 55
Binary 1000010 11100011 100 1000111 0 1100010 1011 1100111 1100001 101101

Color Harmonies of #42E304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E304

Black with #42E304

Text Example


Text Example

White with #42E304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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