Html Css Color HEX #41EE1B Harlequin

📋 copy color: '#41EE1B'

red 65 ◦ green 238 ◦ blue 27

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

Shades of Harlequin #41EE1B

Tints of Harlequin #41EE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 19.7%
G = 72.12%
B = 8.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#41EE1B (or 0x41EE1B) is known color: Harlequin. HEX triplet: 41, EE and 1B. RGB value is (65,238,27). Sum of RGB (Red+Green+Blue) = 65+238+27=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 238 (93.36% from 255 or 72.12% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 238 - color contains mainly: green. Hex color #41EE1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EE1B is #BE11E4. Grayscale: #A2A2A2. Windows color (decimal): -12456421 or 1830465. OLE color: 1830465.

HSL color Cylindrical-coordinate representation of color #41EE1B: hue angle of 109.19º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41EE1B is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 238 27 -
CMYK 0.73 0 0.89 0.07
HSL 109.19º 0.86% 0.52% -
HSV(B) 109.19º 0.89% 0.93% -
XYZ 32.95 62.35 11.34 -
YUV 162.22 51.69 58.66 -
System Red Green Blue C M Y K H S L
Decimal 65 238 27 0.73 0 0.89 0.07 109.19 0.86 0.52
Hex 41 EE 1B 49 0 59 7 6D 56 34
Octal 101 356 33 111 0 131 7 155 126 64
Binary 1000001 11101110 11011 1001001 0 1011001 111 1101101 1010110 110100

Color Harmonies of #41EE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EE1B

Black with #41EE1B

Text Example


Text Example

White with #41EE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,238,27); }

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

background-color css

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

 a { background-color: rgb(65,238,27); }

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

border-color css

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

 span { border-color: rgb(65,238,27); }

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