Html Css Color HEX #52D531 Lime Green

📋 copy color: '#52D531'

red 82 ◦ green 213 ◦ blue 49

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

Shades of Lime Green #52D531

Tints of Lime Green #52D531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.92%

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

R = 23.84%
G = 61.92%
B = 14.24%

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

#52D531 (or 0x52D531) is known color: Lime Green. HEX triplet: 52, D5 and 31. RGB value is (82,213,49). Sum of RGB (Red+Green+Blue) = 82+213+49=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #52D531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D531 is #AD2ACE. Grayscale: #9B9B9B. Windows color (decimal): -11348687 or 3265874. OLE color: 3265874.

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

Color convert

RGB 82 213 49 -
CMYK 0.62 0 0.77 0.16
HSL 107.93º 0.66% 0.51% -
HSV(B) 107.93º 0.77% 0.84% -
XYZ 27.83 49.6 11.01 -
YUV 155.14 68.1 75.84 -
System Red Green Blue C M Y K H S L
Decimal 82 213 49 0.62 0 0.77 0.16 107.93 0.66 0.51
Hex 52 D5 31 3E 0 4D 10 6C 42 33
Octal 122 325 61 76 0 115 20 154 102 63
Binary 1010010 11010101 110001 111110 0 1001101 10000 1101100 1000010 110011

Color Harmonies of #52D531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D531

Black with #52D531

Text Example


Text Example

White with #52D531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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