Html Css Color HEX #52D731 Lime Green

📋 copy color: '#52D731'

red 82 ◦ green 215 ◦ blue 49

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

Shades of Lime Green #52D731

Tints of Lime Green #52D731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 62.14%

 BLUE value IS 49 (19.53% from 255) = 14.16%

R = 23.7%
G = 62.14%
B = 14.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#52D731 (or 0x52D731) is known color: Lime Green. HEX triplet: 52, D7 and 31. RGB value is (82,215,49). Sum of RGB (Red+Green+Blue) = 82+215+49=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 215 (84.38% from 255 or 62.14% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 215 - color contains mainly: green. Hex color #52D731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D731 is #AD28CE. Grayscale: #9C9C9C. Windows color (decimal): -11348175 or 3266386. OLE color: 3266386.

HSL color Cylindrical-coordinate representation of color #52D731: hue angle of 108.07º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52D731 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 215 49 -
CMYK 0.62 0 0.77 0.16
HSL 108.07º 0.67% 0.52% -
HSV(B) 108.07º 0.77% 0.84% -
XYZ 28.33 50.62 11.18 -
YUV 156.31 67.44 75 -
System Red Green Blue C M Y K H S L
Decimal 82 215 49 0.62 0 0.77 0.16 108.07 0.67 0.52
Hex 52 D7 31 3E 0 4D 10 6C 43 34
Octal 122 327 61 76 0 115 20 154 103 64
Binary 1010010 11010111 110001 111110 0 1001101 10000 1101100 1000011 110100

Color Harmonies of #52D731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D731

Black with #52D731

Text Example


Text Example

White with #52D731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,215,49); }

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

background-color css

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

 a { background-color: rgb(82,215,49); }

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

border-color css

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

 span { border-color: rgb(82,215,49); }

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