#52E73A

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

Shades of Lime Green #52E73A

Tints of Lime Green #52E73A

Color information

#52E73A (or 0x52E73A) is unknown color: approx Lime Green. HEX triplet: 52, E7 and 3A. RGB value is (82,231,58). Sum of RGB (Red+Green+Blue) = 82+231+58=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 231 (90.62% from 255 or 62.26% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 231 - color contains mainly: green. Hex color #52E73A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E73A is #AD18C5. Grayscale: #A7A7A7. Windows color (decimal): -11344070 or 3860306. OLE color: 3860306.

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

Color convert

RGB8223158-
CMYK0.6500.750.09
HSL111.68º78.28%56.67%-
HSV(B)111.68º74.89%90.59%-
XYZ32.8259.2513.71-
YUV166.7366.6467.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 231 (90.62% from 255) = 62.26%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=22.10%
G=62.26%
B=15.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82231580.6500.750.09111.6878.2856.67
Hex52E73A4104B9704e39
Octal1223477210101131116011671
Binary101001011100111111010100000101001011100111100001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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