Html Css Color HEX #52D740 Lime Green

📋 copy color: '#52D740'

red 82 ◦ green 215 ◦ blue 64

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

Shades of Lime Green #52D740

Tints of Lime Green #52D740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.56%

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

R = 22.71%
G = 59.56%
B = 17.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#52D740 (or 0x52D740) is known color: Lime Green. HEX triplet: 52, D7 and 40. RGB value is (82,215,64). Sum of RGB (Red+Green+Blue) = 82+215+64=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #52D740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D740 is #AD28BF. Grayscale: #9E9E9E. Windows color (decimal): -11348160 or 4249426. OLE color: 4249426.

HSL color Cylindrical-coordinate representation of color #52D740: hue angle of 112.85º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52D740 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 215 64 -
CMYK 0.62 0 0.70 0.16
HSL 112.85º 0.65% 0.55% -
HSV(B) 112.85º 0.7% 0.84% -
XYZ 28.71 50.76 13.14 -
YUV 158.02 74.94 73.78 -
System Red Green Blue C M Y K H S L
Decimal 82 215 64 0.62 0 0.70 0.16 112.85 0.65 0.55
Hex 52 D7 40 3E 0 46 10 71 41 37
Octal 122 327 100 76 0 106 20 161 101 67
Binary 1010010 11010111 1000000 111110 0 1000110 10000 1110001 1000001 110111

Color Harmonies of #52D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D740

Black with #52D740

Text Example


Text Example

White with #52D740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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