Html Css Color HEX #52EC1C Harlequin

📋 copy color: '#52EC1C'

red 82 ◦ green 236 ◦ blue 28

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

Shades of Harlequin #52EC1C

Tints of Harlequin #52EC1C

RGB

 RED value IS 82 (32.42% from 255) = 23.7%

 GREEN value IS 236 (92.58% from 255) = 68.21%

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

R = 23.7%
G = 68.21%
B = 8.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#52EC1C (or 0x52EC1C) is known color: Harlequin. HEX triplet: 52, EC and 1C. RGB value is (82,236,28). Sum of RGB (Red+Green+Blue) = 82+236+28=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 236 (92.58% from 255 or 68.21% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EC1C is #AD13E3. Grayscale: #A6A6A6. Windows color (decimal): -11342820 or 1895506. OLE color: 1895506.

HSL color Cylindrical-coordinate representation of color #52EC1C: hue angle of 104.42º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52EC1C is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 28 -
CMYK 0.65 0 0.88 0.07
HSL 104.42º 0.85% 0.52% -
HSV(B) 104.42º 0.88% 0.93% -
XYZ 33.68 61.87 11.27 -
YUV 166.24 49.98 67.91 -
System Red Green Blue C M Y K H S L
Decimal 82 236 28 0.65 0 0.88 0.07 104.42 0.85 0.52
Hex 52 EC 1C 41 0 58 7 68 55 34
Octal 122 354 34 101 0 130 7 150 125 64
Binary 1010010 11101100 11100 1000001 0 1011000 111 1101000 1010101 110100

Color Harmonies of #52EC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC1C

Black with #52EC1C

Text Example


Text Example

White with #52EC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52EC1C; }

 p { color: rgb(82,236,28); }

 H1.HeaderClassName
 {
   color: #52EC1C;
 }
 .AnyTagClassName
 {
   color: #52EC1C;
 }
</style>

background-color css

<style>
 a { background-color: #52EC1C; }

 a { background-color: rgb(82,236,28); }

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

border-color css

<style>
 span { border-color: #52EC1C; }

 span { border-color: rgb(82,236,28); }

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