Html Css Color HEX #52DF3D Lime Green

📋 copy color: '#52DF3D'

red 82 ◦ green 223 ◦ blue 61

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

Shades of Lime Green #52DF3D

Tints of Lime Green #52DF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.93%

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

R = 22.4%
G = 60.93%
B = 16.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#52DF3D (or 0x52DF3D) is known color: Lime Green. HEX triplet: 52, DF and 3D. RGB value is (82,223,61). Sum of RGB (Red+Green+Blue) = 82+223+61=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DF3D is #AD20C2. Grayscale: #A2A2A2. Windows color (decimal): -11346115 or 4054866. OLE color: 4054866.

HSL color Cylindrical-coordinate representation of color #52DF3D: hue angle of 112.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52DF3D is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 61 -
CMYK 0.63 0 0.73 0.13
HSL 112.22º 0.72% 0.56% -
HSV(B) 112.22º 0.73% 0.87% -
XYZ 30.71 54.91 13.39 -
YUV 162.37 70.79 70.67 -
System Red Green Blue C M Y K H S L
Decimal 82 223 61 0.63 0 0.73 0.13 112.22 0.72 0.56
Hex 52 DF 3D 3F 0 49 D 70 48 38
Octal 122 337 75 77 0 111 15 160 110 70
Binary 1010010 11011111 111101 111111 0 1001001 1101 1110000 1001000 111000

Color Harmonies of #52DF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF3D

Black with #52DF3D

Text Example


Text Example

White with #52DF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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