#5AEA3A

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

Shades of Lime Green #5AEA3A

Tints of Lime Green #5AEA3A

Color information

#5AEA3A (or 0x5AEA3A) is unknown color: approx Lime Green. HEX triplet: 5A, EA and 3A. RGB value is (90,234,58). Sum of RGB (Red+Green+Blue) = 90+234+58=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 234 (91.80% from 255 or 61.26% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEA3A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AEA3A is #A515C5. Grayscale: #ABABAB. Windows color (decimal): -10819014 or 3861082. OLE color: 3861082.

HSL color Cylindrical-coordinate representation of color #5AEA3A: hue angle of 109.09º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AEA3A is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB9023458-
CMYK0.6200.750.08
HSL109.09º80.73%57.25%-
HSV(B)109.09º75.21%91.76%-
XYZ34.461.3214.03-
YUV170.8864.2970.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.56%
GREEN value IS 234 (91.80% from 255) = 61.26%
BLUE value IS 58 (23.05% from 255) = 15.18%
R=23.56%
G=61.26%
B=15.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal90234580.6200.750.08109.0980.7357.25
Hex5AEA3A3E04B86d5139
Octal132352727601131015512171
Binary10110101110101011101011111001001011100011011011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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