Html Css Color HEX #52EA32 Lime Green

📋 copy color: '#52EA32'

red 82 ◦ green 234 ◦ blue 50

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

Shades of Lime Green #52EA32

Tints of Lime Green #52EA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 63.93%

 BLUE value IS 50 (19.92% from 255) = 13.66%

R = 22.4%
G = 63.93%
B = 13.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#52EA32 (or 0x52EA32) is known color: Lime Green. HEX triplet: 52, EA and 32. RGB value is (82,234,50). Sum of RGB (Red+Green+Blue) = 82+234+50=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 234 (91.80% from 255 or 63.93% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EA32 is #AD15CD. Grayscale: #A8A8A8. Windows color (decimal): -11343310 or 3336786. OLE color: 3336786.

HSL color Cylindrical-coordinate representation of color #52EA32: hue angle of 109.57º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52EA32 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 234 50 -
CMYK 0.65 0 0.79 0.08
HSL 109.57º 0.81% 0.56% -
HSV(B) 109.57º 0.79% 0.92% -
XYZ 33.48 60.87 13 -
YUV 167.58 61.64 66.96 -
System Red Green Blue C M Y K H S L
Decimal 82 234 50 0.65 0 0.79 0.08 109.57 0.81 0.56
Hex 52 EA 32 41 0 4F 8 6E 51 38
Octal 122 352 62 101 0 117 10 156 121 70
Binary 1010010 11101010 110010 1000001 0 1001111 1000 1101110 1010001 111000

Color Harmonies of #52EA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EA32

Black with #52EA32

Text Example


Text Example

White with #52EA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,234,50); }

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

background-color css

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

 a { background-color: rgb(82,234,50); }

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

border-color css

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

 span { border-color: rgb(82,234,50); }

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