#52CD3D

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

Shades of Lime Green #52CD3D

Tints of Lime Green #52CD3D

Color information

#52CD3D (or 0x52CD3D) is unknown color: approx Lime Green. HEX triplet: 52, CD and 3D. RGB value is (82,205,61). Sum of RGB (Red+Green+Blue) = 82+205+61=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CD3D is #AD32C2. Grayscale: #989898. Windows color (decimal): -11350723 or 4050258. OLE color: 4050258.

HSL color Cylindrical-coordinate representation of color #52CD3D: hue angle of 111.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52CD3D is Cyan = 0.6, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB8220561-
CMYK0.600.700.20
HSL111.25º59.02%52.16%-
HSV(B)111.25º70.24%80.39%-
XYZ26.1545.7911.88-
YUV151.8176.7578.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 205 (80.47% from 255) = 58.91%
BLUE value IS 61 (24.22% from 255) = 17.53%
R=23.56%
G=58.91%
B=17.53%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82205610.600.700.20111.2559.0252.16
Hex52CD3D3C046146f3b34
Octal12231575740106241577364
Binary10100101100110111110111110001000110101001101111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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