#52D63D

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

Shades of Lime Green #52D63D

Tints of Lime Green #52D63D

Color information

#52D63D (or 0x52D63D) is unknown color: approx Lime Green. HEX triplet: 52, D6 and 3D. RGB value is (82,214,61). Sum of RGB (Red+Green+Blue) = 82+214+61=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #52D63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D63D is #AD29C2. Grayscale: #9D9D9D. Windows color (decimal): -11348419 or 4052562. OLE color: 4052562.

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

Color convert

RGB8221461-
CMYK0.6200.710.16
HSL111.76º65.11%53.92%-
HSV(B)111.76º71.5%83.92%-
XYZ28.3750.2212.61-
YUV157.0973.7774.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 214 (83.98% from 255) = 59.94%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=22.97%
G=59.94%
B=17.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82214610.6200.710.16111.7665.1153.92
Hex52D63D3E04710704136
Octal122326757601072016010166
Binary101001011010110111101111110010001111000011100001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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