Html Css Color HEX #52EE32 Lime Green

📋 copy color: '#52EE32'

red 82 ◦ green 238 ◦ blue 50

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

Shades of Lime Green #52EE32

Tints of Lime Green #52EE32

RGB

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

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

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

R = 22.16%
G = 64.32%
B = 13.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#52EE32 (or 0x52EE32) is known color: Lime Green. HEX triplet: 52, EE and 32. RGB value is (82,238,50). Sum of RGB (Red+Green+Blue) = 82+238+50=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 238 (93.36% from 255 or 64.32% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EE32 is #AD11CD. Grayscale: #AAAAAA. Windows color (decimal): -11342286 or 3337810. OLE color: 3337810.

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

Color convert

RGB 82 238 50 -
CMYK 0.66 0 0.79 0.07
HSL 109.79º 0.85% 0.56% -
HSV(B) 109.79º 0.79% 0.93% -
XYZ 34.63 63.17 13.39 -
YUV 169.92 60.32 65.29 -
System Red Green Blue C M Y K H S L
Decimal 82 238 50 0.66 0 0.79 0.07 109.79 0.85 0.56
Hex 52 EE 32 42 0 4F 7 6E 55 38
Octal 122 356 62 102 0 117 7 156 125 70
Binary 1010010 11101110 110010 1000010 0 1001111 111 1101110 1010101 111000

Color Harmonies of #52EE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE32

Black with #52EE32

Text Example


Text Example

White with #52EE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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