Html Css Color HEX #52DF40 Lime Green

📋 copy color: '#52DF40'

red 82 ◦ green 223 ◦ blue 64

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

Shades of Lime Green #52DF40

Tints of Lime Green #52DF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.34%

R = 22.22%
G = 60.43%
B = 17.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#52DF40 (or 0x52DF40) is known color: Lime Green. HEX triplet: 52, DF and 40. RGB value is (82,223,64). Sum of RGB (Red+Green+Blue) = 82+223+64=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DF40 is #AD20BF. Grayscale: #A3A3A3. Windows color (decimal): -11346112 or 4251474. OLE color: 4251474.

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

Color convert

RGB 82 223 64 -
CMYK 0.63 0 0.71 0.13
HSL 113.21º 0.71% 0.56% -
HSV(B) 113.21º 0.71% 0.87% -
XYZ 30.79 54.94 13.83 -
YUV 162.72 72.29 70.43 -
System Red Green Blue C M Y K H S L
Decimal 82 223 64 0.63 0 0.71 0.13 113.21 0.71 0.56
Hex 52 DF 40 3F 0 47 D 71 47 38
Octal 122 337 100 77 0 107 15 161 107 70
Binary 1010010 11011111 1000000 111111 0 1000111 1101 1110001 1000111 111000

Color Harmonies of #52DF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF40

Black with #52DF40

Text Example


Text Example

White with #52DF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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