Html Css Color HEX #52E532 Lime Green

📋 copy color: '#52E532'

red 82 ◦ green 229 ◦ blue 50

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

Shades of Lime Green #52E532

Tints of Lime Green #52E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 63.43%

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

R = 22.71%
G = 63.43%
B = 13.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#52E532 (or 0x52E532) is known color: Lime Green. HEX triplet: 52, E5 and 32. RGB value is (82,229,50). Sum of RGB (Red+Green+Blue) = 82+229+50=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 229 (89.84% from 255 or 63.43% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 229 - color contains mainly: green. Hex color #52E532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E532 is #AD1ACD. Grayscale: #A5A5A5. Windows color (decimal): -11344590 or 3335506. OLE color: 3335506.

HSL color Cylindrical-coordinate representation of color #52E532: hue angle of 109.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52E532 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 229 50 -
CMYK 0.64 0 0.78 0.10
HSL 109.27º 0.77% 0.55% -
HSV(B) 109.27º 0.78% 0.9% -
XYZ 32.07 58.06 12.53 -
YUV 164.64 63.3 69.05 -
System Red Green Blue C M Y K H S L
Decimal 82 229 50 0.64 0 0.78 0.10 109.27 0.77 0.55
Hex 52 E5 32 40 0 4E A 6D 4D 37
Octal 122 345 62 100 0 116 12 155 115 67
Binary 1010010 11100101 110010 1000000 0 1001110 1010 1101101 1001101 110111

Color Harmonies of #52E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E532

Black with #52E532

Text Example


Text Example

White with #52E532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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