#52D53A

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

Shades of Lime Green #52D53A

Tints of Lime Green #52D53A

Color information

#52D53A (or 0x52D53A) is unknown color: approx Lime Green. HEX triplet: 52, D5 and 3A. RGB value is (82,213,58). Sum of RGB (Red+Green+Blue) = 82+213+58=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #52D53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D53A is #AD2AC5. Grayscale: #9C9C9C. Windows color (decimal): -11348678 or 3855698. OLE color: 3855698.

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

Color convert

RGB8221358-
CMYK0.6200.730.16
HSL110.71º64.85%53.14%-
HSV(B)110.71º72.77%83.53%-
XYZ28.0449.6912.12-
YUV156.1672.675.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 213 (83.59% from 255) = 60.34%
BLUE value IS 58 (23.05% from 255) = 16.43%
R=23.23%
G=60.34%
B=16.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82213580.6200.730.16110.7164.8553.14
Hex52D53A3E049106f4135
Octal122325727601112015710165
Binary101001011010101111010111110010010011000011011111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,213,58); }

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

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

 a { background-color: rgb(82,213,58); }

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

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

 span { border-color: rgb(82,213,58); }

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