Html Css Color HEX #42EB02 Harlequin

📋 copy color: '#42EB02'

red 66 ◦ green 235 ◦ blue 2

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

Shades of Harlequin #42EB02

Tints of Harlequin #42EB02

RGB

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

 GREEN value IS 235 (92.19% from 255) = 77.56%

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

R = 21.78%
G = 77.56%
B = 0.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#42EB02 (or 0x42EB02) is known color: Harlequin. HEX triplet: 42, EB and 02. RGB value is (66,235,2). Sum of RGB (Red+Green+Blue) = 66+235+2=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 235 (92.19% from 255 or 77.56% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 235 - color contains mainly: green. Hex color #42EB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EB02 is #BD14FD. Grayscale: #9E9E9E. Windows color (decimal): -12391678 or 191298. OLE color: 191298.

HSL color Cylindrical-coordinate representation of color #42EB02: hue angle of 103.52º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42EB02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 235 2 -
CMYK 0.72 0 0.99 0.08
HSL 103.52º 0.98% 0.46% -
HSV(B) 103.52º 0.99% 0.92% -
XYZ 31.97 60.58 10.07 -
YUV 157.91 40.01 62.45 -
System Red Green Blue C M Y K H S L
Decimal 66 235 2 0.72 0 0.99 0.08 103.52 0.98 0.46
Hex 42 EB 2 48 0 63 8 68 62 2E
Octal 102 353 2 110 0 143 10 150 142 56
Binary 1000010 11101011 10 1001000 0 1100011 1000 1101000 1100010 101110

Color Harmonies of #42EB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EB02

Black with #42EB02

Text Example


Text Example

White with #42EB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,235,2); }

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

background-color css

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

 a { background-color: rgb(66,235,2); }

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

border-color css

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

 span { border-color: rgb(66,235,2); }

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