Html Css Color HEX #42EF13 Harlequin

📋 copy color: '#42EF13'

red 66 ◦ green 239 ◦ blue 19

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

Shades of Harlequin #42EF13

Tints of Harlequin #42EF13

RGB

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

 GREEN value IS 239 (93.75% from 255) = 73.77%

 BLUE value IS 19 (7.81% from 255) = 5.86%

R = 20.37%
G = 73.77%
B = 5.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#42EF13 (or 0x42EF13) is known color: Harlequin. HEX triplet: 42, EF and 13. RGB value is (66,239,19). Sum of RGB (Red+Green+Blue) = 66+239+19=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 239 (93.75% from 255 or 73.77% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EF13 is #BD10EC. Grayscale: #A2A2A2. Windows color (decimal): -12390637 or 1306434. OLE color: 1306434.

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

Color convert

RGB 66 239 19 -
CMYK 0.72 0 0.92 0.06
HSL 107.18º 0.87% 0.51% -
HSV(B) 107.18º 0.92% 0.94% -
XYZ 33.23 62.94 11.01 -
YUV 162.19 47.19 59.39 -
System Red Green Blue C M Y K H S L
Decimal 66 239 19 0.72 0 0.92 0.06 107.18 0.87 0.51
Hex 42 EF 13 48 0 5C 6 6B 57 33
Octal 102 357 23 110 0 134 6 153 127 63
Binary 1000010 11101111 10011 1001000 0 1011100 110 1101011 1010111 110011

Color Harmonies of #42EF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EF13

Black with #42EF13

Text Example


Text Example

White with #42EF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,239,19); }

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

background-color css

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

 a { background-color: rgb(66,239,19); }

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

border-color css

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

 span { border-color: rgb(66,239,19); }

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