Html Css Color HEX #52DC3D Lime Green

📋 copy color: '#52DC3D'

red 82 ◦ green 220 ◦ blue 61

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

Shades of Lime Green #52DC3D

Tints of Lime Green #52DC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 22.59%
G = 60.61%
B = 16.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#52DC3D (or 0x52DC3D) is known color: Lime Green. HEX triplet: 52, DC and 3D. RGB value is (82,220,61). Sum of RGB (Red+Green+Blue) = 82+220+61=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DC3D is #AD23C2. Grayscale: #A1A1A1. Windows color (decimal): -11346883 or 4054098. OLE color: 4054098.

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

Color convert

RGB 82 220 61 -
CMYK 0.63 0 0.72 0.14
HSL 112.08º 0.69% 0.55% -
HSV(B) 112.08º 0.72% 0.86% -
XYZ 29.92 53.32 13.13 -
YUV 160.61 71.78 71.93 -
System Red Green Blue C M Y K H S L
Decimal 82 220 61 0.63 0 0.72 0.14 112.08 0.69 0.55
Hex 52 DC 3D 3F 0 48 E 70 45 37
Octal 122 334 75 77 0 110 16 160 105 67
Binary 1010010 11011100 111101 111111 0 1001000 1110 1110000 1000101 110111

Color Harmonies of #52DC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC3D

Black with #52DC3D

Text Example


Text Example

White with #52DC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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