Html Css Color HEX #41EB02 Harlequin

📋 copy color: '#41EB02'

red 65 ◦ green 235 ◦ blue 2

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

Shades of Harlequin #41EB02

Tints of Harlequin #41EB02

RGB

 RED value IS 65 (25.78% from 255) = 21.52%

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

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

R = 21.52%
G = 77.81%
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

#41EB02 (or 0x41EB02) is known color: Harlequin. HEX triplet: 41, EB and 02. RGB value is (65,235,2). Sum of RGB (Red+Green+Blue) = 65+235+2=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 235 (92.19% from 255 or 77.81% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 235 - color contains mainly: green. Hex color #41EB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EB02 is #BE14FD. Grayscale: #9E9E9E. Windows color (decimal): -12457214 or 191297. OLE color: 191297.

HSL color Cylindrical-coordinate representation of color #41EB02: hue angle of 103.78º 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 #41EB02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 235 2 -
CMYK 0.72 0 0.99 0.08
HSL 103.78º 0.98% 0.46% -
HSV(B) 103.78º 0.99% 0.92% -
XYZ 31.9 60.54 10.06 -
YUV 157.61 40.18 61.95 -
System Red Green Blue C M Y K H S L
Decimal 65 235 2 0.72 0 0.99 0.08 103.78 0.98 0.46
Hex 41 EB 2 48 0 63 8 68 62 2E
Octal 101 353 2 110 0 143 10 150 142 56
Binary 1000001 11101011 10 1001000 0 1100011 1000 1101000 1100010 101110

Color Harmonies of #41EB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EB02

Black with #41EB02

Text Example


Text Example

White with #41EB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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