Html Css Color HEX #44EF1B Harlequin

📋 copy color: '#44EF1B'

red 68 ◦ green 239 ◦ blue 27

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

Shades of Harlequin #44EF1B

Tints of Harlequin #44EF1B

RGB

 RED value IS 68 (26.95% from 255) = 20.36%

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

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

R = 20.36%
G = 71.56%
B = 8.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#44EF1B (or 0x44EF1B) is known color: Harlequin. HEX triplet: 44, EF and 1B. RGB value is (68,239,27). Sum of RGB (Red+Green+Blue) = 68+239+27=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #44EF1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EF1B is #BB10E4. Grayscale: #A4A4A4. Windows color (decimal): -12259557 or 1830724. OLE color: 1830724.

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

Color convert

RGB 68 239 27 -
CMYK 0.72 0 0.89 0.06
HSL 108.4º 0.87% 0.52% -
HSV(B) 108.4º 0.89% 0.94% -
XYZ 33.45 63.04 11.44 -
YUV 163.7 50.85 59.74 -
System Red Green Blue C M Y K H S L
Decimal 68 239 27 0.72 0 0.89 0.06 108.4 0.87 0.52
Hex 44 EF 1B 48 0 59 6 6C 57 34
Octal 104 357 33 110 0 131 6 154 127 64
Binary 1000100 11101111 11011 1001000 0 1011001 110 1101100 1010111 110100

Color Harmonies of #44EF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44EF1B

Black with #44EF1B

Text Example


Text Example

White with #44EF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44EF1B; }

 p { color: rgb(68,239,27); }

 H1.HeaderClassName
 {
   color: #44EF1B;
 }
 .AnyTagClassName
 {
   color: #44EF1B;
 }
</style>

background-color css

<style>
 a { background-color: #44EF1B; }

 a { background-color: rgb(68,239,27); }

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

border-color css

<style>
 span { border-color: #44EF1B; }

 span { border-color: rgb(68,239,27); }

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