#52D140

Color #52D140 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #52D140

Tints of Lime Green #52D140

Color information

#52D140 (or 0x52D140) is unknown color: approx Lime Green. HEX triplet: 52, D1 and 40. RGB value is (82,209,64). Sum of RGB (Red+Green+Blue) = 82+209+64=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #52D140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D140 is #AD2EBF. Grayscale: #9A9A9A. Windows color (decimal): -11349696 or 4247890. OLE color: 4247890.

HSL color Cylindrical-coordinate representation of color #52D140: hue angle of 112.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52D140 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB8220964-
CMYK0.6100.690.18
HSL112.55º61.18%53.53%-
HSV(B)112.55º69.38%81.96%-
XYZ27.2147.7612.64-
YUV154.576.9276.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 209 (82.03% from 255) = 58.87%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=23.10%
G=58.87%
B=18.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal82209640.6100.690.18112.5561.1853.53
Hex52D1403D04512713d36
Octal122321100750105221617566
Binary101001011010001100000011110101000101100101110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52D140;
 }
 .AnyTagClassName
 {
   color: #52D140;
 }
</style>
background-color css

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

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

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

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

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

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