Html Css Color HEX #36EF1C Harlequin

📋 copy color: '#36EF1C'

red 54 ◦ green 239 ◦ blue 28

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

Shades of Harlequin #36EF1C

Tints of Harlequin #36EF1C

RGB

 RED value IS 54 (21.48% from 255) = 16.82%

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

 BLUE value IS 28 (11.33% from 255) = 8.72%

R = 16.82%
G = 74.45%
B = 8.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#36EF1C (or 0x36EF1C) is known color: Harlequin. HEX triplet: 36, EF and 1C. RGB value is (54,239,28). Sum of RGB (Red+Green+Blue) = 54+239+28=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 239 (93.75% from 255 or 74.45% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 239 - color contains mainly: green. Hex color #36EF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EF1C is #C910E3. Grayscale: #A0A0A0. Windows color (decimal): -13177060 or 1896246. OLE color: 1896246.

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

Color convert

RGB 54 239 28 -
CMYK 0.77 0 0.88 0.06
HSL 112.61º 0.87% 0.52% -
HSV(B) 112.61º 0.88% 0.94% -
XYZ 32.6 62.6 11.46 -
YUV 159.63 53.71 52.66 -
System Red Green Blue C M Y K H S L
Decimal 54 239 28 0.77 0 0.88 0.06 112.61 0.87 0.52
Hex 36 EF 1C 4D 0 58 6 71 57 34
Octal 66 357 34 115 0 130 6 161 127 64
Binary 110110 11101111 11100 1001101 0 1011000 110 1110001 1010111 110100

Color Harmonies of #36EF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EF1C

Black with #36EF1C

Text Example


Text Example

White with #36EF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36EF1C; }

 p { color: rgb(54,239,28); }

 H1.HeaderClassName
 {
   color: #36EF1C;
 }
 .AnyTagClassName
 {
   color: #36EF1C;
 }
</style>

background-color css

<style>
 a { background-color: #36EF1C; }

 a { background-color: rgb(54,239,28); }

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

border-color css

<style>
 span { border-color: #36EF1C; }

 span { border-color: rgb(54,239,28); }

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