Html Css Color HEX #52EE2A Harlequin

📋 copy color: '#52EE2A'

red 82 ◦ green 238 ◦ blue 42

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

Shades of Harlequin #52EE2A

Tints of Harlequin #52EE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.6%

R = 22.65%
G = 65.75%
B = 11.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#52EE2A (or 0x52EE2A) is known color: Harlequin. HEX triplet: 52, EE and 2A. RGB value is (82,238,42). Sum of RGB (Red+Green+Blue) = 82+238+42=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 238 (93.36% from 255 or 65.75% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EE2A is #AD11D5. Grayscale: #A9A9A9. Windows color (decimal): -11342294 or 2813522. OLE color: 2813522.

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

Color convert

RGB 82 238 42 -
CMYK 0.66 0 0.82 0.07
HSL 107.76º 0.85% 0.55% -
HSV(B) 107.76º 0.82% 0.93% -
XYZ 34.47 63.11 12.56 -
YUV 169.01 56.32 65.94 -
System Red Green Blue C M Y K H S L
Decimal 82 238 42 0.66 0 0.82 0.07 107.76 0.85 0.55
Hex 52 EE 2A 42 0 52 7 6C 55 37
Octal 122 356 52 102 0 122 7 154 125 67
Binary 1010010 11101110 101010 1000010 0 1010010 111 1101100 1010101 110111

Color Harmonies of #52EE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE2A

Black with #52EE2A

Text Example


Text Example

White with #52EE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,238,42); }

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

background-color css

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

 a { background-color: rgb(82,238,42); }

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

border-color css

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

 span { border-color: rgb(82,238,42); }

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