#52e82b

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

Shades of Lime Green #52E82B

Tints of Lime Green #52E82B

Color information

#52E82B (or 0x52E82B) is unknown color: approx Lime Green. HEX triplet: 52, E8 and 2B. RGB value is (82,232,43). Sum of RGB (Red+Green+Blue) = 82+232+43=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 232 (91.02% from 255 or 64.99% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 232 - color contains mainly: green. Hex color #52E82B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E82B is #AD17D4. Grayscale: #A6A6A6. Windows color (decimal): -11343829 or 2877522. OLE color: 2877522.

HSL color Cylindrical-coordinate representation of color #52E82B: hue angle of 107.62º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52E82B is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB8223243-
CMYK0.6500.810.09
HSL107.62º80.43%53.92%-
HSV(B)107.62º81.47%90.98%-
XYZ32.7759.6812.08-
YUV165.658.8168.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 232 (91.02% from 255) = 64.99%
BLUE value IS 43 (17.19% from 255) = 12.04%
R=22.97%
G=64.99%
B=12.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82232430.6500.810.09107.6280.4353.92
Hex52E82B4105196c5036
Octal1223505310101211115412066
Binary101001011101000101011100000101010001100111011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52e82b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,232,43); }

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

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

 a { background-color: rgb(82,232,43); }

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

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

 span { border-color: rgb(82,232,43); }

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