Html Css Color HEX #52D132 Lime Green

📋 copy color: '#52D132'

red 82 ◦ green 209 ◦ blue 50

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

Shades of Lime Green #52D132

Tints of Lime Green #52D132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.29%

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

R = 24.05%
G = 61.29%
B = 14.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#52D132 (or 0x52D132) is known color: Lime Green. HEX triplet: 52, D1 and 32. RGB value is (82,209,50). Sum of RGB (Red+Green+Blue) = 82+209+50=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #52D132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D132 is #AD2ECD. Grayscale: #999999. Windows color (decimal): -11349710 or 3330386. OLE color: 3330386.

HSL color Cylindrical-coordinate representation of color #52D132: hue angle of 107.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52D132 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 209 50 -
CMYK 0.61 0 0.76 0.18
HSL 107.92º 0.63% 0.51% -
HSV(B) 107.92º 0.76% 0.82% -
XYZ 26.86 47.63 10.79 -
YUV 152.9 69.92 77.43 -
System Red Green Blue C M Y K H S L
Decimal 82 209 50 0.61 0 0.76 0.18 107.92 0.63 0.51
Hex 52 D1 32 3D 0 4C 12 6C 3F 33
Octal 122 321 62 75 0 114 22 154 77 63
Binary 1010010 11010001 110010 111101 0 1001100 10010 1101100 111111 110011

Color Harmonies of #52D132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D132

Black with #52D132

Text Example


Text Example

White with #52D132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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