Html Css Color HEX #52EC24 Harlequin

📋 copy color: '#52EC24'

red 82 ◦ green 236 ◦ blue 36

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

Shades of Harlequin #52EC24

Tints of Harlequin #52EC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.17%

R = 23.16%
G = 66.67%
B = 10.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#52EC24 (or 0x52EC24) is known color: Harlequin. HEX triplet: 52, EC and 24. RGB value is (82,236,36). Sum of RGB (Red+Green+Blue) = 82+236+36=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC24 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EC24 is #AD13DB. Grayscale: #A7A7A7. Windows color (decimal): -11342812 or 2419794. OLE color: 2419794.

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

Color convert

RGB 82 236 36 -
CMYK 0.65 0 0.85 0.07
HSL 106.2º 0.84% 0.53% -
HSV(B) 106.2º 0.85% 0.93% -
XYZ 33.79 61.91 11.84 -
YUV 167.15 53.98 67.26 -
System Red Green Blue C M Y K H S L
Decimal 82 236 36 0.65 0 0.85 0.07 106.2 0.84 0.53
Hex 52 EC 24 41 0 55 7 6A 54 35
Octal 122 354 44 101 0 125 7 152 124 65
Binary 1010010 11101100 100100 1000001 0 1010101 111 1101010 1010100 110101

Color Harmonies of #52EC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC24

Black with #52EC24

Text Example


Text Example

White with #52EC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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