Html Css Color HEX #42EE14 Harlequin

📋 copy color: '#42EE14'

red 66 ◦ green 238 ◦ blue 20

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

Shades of Harlequin #42EE14

Tints of Harlequin #42EE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 73.46%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 20.37%
G = 73.46%
B = 6.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#42EE14 (or 0x42EE14) is known color: Harlequin. HEX triplet: 42, EE and 14. RGB value is (66,238,20). Sum of RGB (Red+Green+Blue) = 66+238+20=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 238 (93.36% from 255 or 73.46% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 238 - color contains mainly: green. Hex color #42EE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EE14 is #BD11EB. Grayscale: #A2A2A2. Windows color (decimal): -12390892 or 1371714. OLE color: 1371714.

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

Color convert

RGB 66 238 20 -
CMYK 0.72 0 0.92 0.07
HSL 107.34º 0.87% 0.51% -
HSV(B) 107.34º 0.92% 0.93% -
XYZ 32.95 62.36 10.96 -
YUV 161.72 48.02 59.73 -
System Red Green Blue C M Y K H S L
Decimal 66 238 20 0.72 0 0.92 0.07 107.34 0.87 0.51
Hex 42 EE 14 48 0 5C 7 6B 57 33
Octal 102 356 24 110 0 134 7 153 127 63
Binary 1000010 11101110 10100 1001000 0 1011100 111 1101011 1010111 110011

Color Harmonies of #42EE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EE14

Black with #42EE14

Text Example


Text Example

White with #42EE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,238,20); }

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

background-color css

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

 a { background-color: rgb(66,238,20); }

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

border-color css

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

 span { border-color: rgb(66,238,20); }

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