#5AE53A

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

Shades of Lime Green #5AE53A

Tints of Lime Green #5AE53A

Color information

#5AE53A (or 0x5AE53A) is unknown color: approx Lime Green. HEX triplet: 5A, E5 and 3A. RGB value is (90,229,58). Sum of RGB (Red+Green+Blue) = 90+229+58=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE53A is #A51AC5. Grayscale: #A8A8A8. Windows color (decimal): -10820294 or 3859802. OLE color: 3859802.

HSL color Cylindrical-coordinate representation of color #5AE53A: hue angle of 108.77º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AE53A is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB9022958-
CMYK0.6100.750.10
HSL108.77º76.68%56.27%-
HSV(B)108.77º74.67%89.8%-
XYZ3358.5213.56-
YUV167.9465.9572.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 229 (89.84% from 255) = 60.74%
BLUE value IS 58 (23.05% from 255) = 15.38%
R=23.87%
G=60.74%
B=15.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal90229580.6100.750.10108.7776.6856.27
Hex5AE53A3D04BA6d4d38
Octal132345727501131215511570
Binary10110101110010111101011110101001011101011011011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AE53A; }

 p { color: rgb(90,229,58); }

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

<style>
 a { background-color: #5AE53A; }

 a { background-color: rgb(90,229,58); }

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

<style>
 span { border-color: #5AE53A; }

 span { border-color: rgb(90,229,58); }

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