Html Css Color HEX #52DC4A Lime Green

📋 copy color: '#52DC4A'

red 82 ◦ green 220 ◦ blue 74

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

Shades of Lime Green #52DC4A

Tints of Lime Green #52DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.51%

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 21.81%
G = 58.51%
B = 19.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#52DC4A (or 0x52DC4A) is known color: Lime Green. HEX triplet: 52, DC and 4A. RGB value is (82,220,74). Sum of RGB (Red+Green+Blue) = 82+220+74=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DC4A is #AD23B5. Grayscale: #A2A2A2. Windows color (decimal): -11346870 or 4906066. OLE color: 4906066.

HSL color Cylindrical-coordinate representation of color #52DC4A: hue angle of 116.71º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52DC4A is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 74 -
CMYK 0.63 0 0.66 0.14
HSL 116.71º 0.68% 0.58% -
HSV(B) 116.71º 0.66% 0.86% -
XYZ 30.31 53.47 15.2 -
YUV 162.09 78.28 70.87 -
System Red Green Blue C M Y K H S L
Decimal 82 220 74 0.63 0 0.66 0.14 116.71 0.68 0.58
Hex 52 DC 4A 3F 0 42 E 75 44 3A
Octal 122 334 112 77 0 102 16 165 104 72
Binary 1010010 11011100 1001010 111111 0 1000010 1110 1110101 1000100 111010

Color Harmonies of #52DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC4A

Black with #52DC4A

Text Example


Text Example

White with #52DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,74); }

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

background-color css

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

 a { background-color: rgb(82,220,74); }

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

border-color css

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

 span { border-color: rgb(82,220,74); }

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