Html Css Color HEX #52E534 Lime Green

📋 copy color: '#52E534'

red 82 ◦ green 229 ◦ blue 52

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

Shades of Lime Green #52E534

Tints of Lime Green #52E534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.33%

R = 22.59%
G = 63.09%
B = 14.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#52E534 (or 0x52E534) is known color: Lime Green. HEX triplet: 52, E5 and 34. RGB value is (82,229,52). Sum of RGB (Red+Green+Blue) = 82+229+52=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 229 (89.84% from 255 or 63.09% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 229 - color contains mainly: green. Hex color #52E534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E534 is #AD1ACB. Grayscale: #A5A5A5. Windows color (decimal): -11344588 or 3466578. OLE color: 3466578.

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

Color convert

RGB 82 229 52 -
CMYK 0.64 0 0.77 0.10
HSL 109.83º 0.77% 0.55% -
HSV(B) 109.83º 0.77% 0.9% -
XYZ 32.12 58.08 12.77 -
YUV 164.87 64.3 68.89 -
System Red Green Blue C M Y K H S L
Decimal 82 229 52 0.64 0 0.77 0.10 109.83 0.77 0.55
Hex 52 E5 34 40 0 4D A 6E 4D 37
Octal 122 345 64 100 0 115 12 156 115 67
Binary 1010010 11100101 110100 1000000 0 1001101 1010 1101110 1001101 110111

Color Harmonies of #52E534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E534

Black with #52E534

Text Example


Text Example

White with #52E534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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