#5AEA31

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

Shades of Lime Green #5AEA31

Tints of Lime Green #5AEA31

Color information

#5AEA31 (or 0x5AEA31) is unknown color: approx Lime Green. HEX triplet: 5A, EA and 31. RGB value is (90,234,49). Sum of RGB (Red+Green+Blue) = 90+234+49=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 234 (91.80% from 255 or 62.73% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEA31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AEA31 is #A515CE. Grayscale: #AAAAAA. Windows color (decimal): -10819023 or 3271258. OLE color: 3271258.

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

Color convert

RGB9023449-
CMYK0.6200.790.08
HSL106.7º81.5%55.49%-
HSV(B)106.7º79.06%91.76%-
XYZ34.1961.2412.92-
YUV169.8559.7971.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 234 (91.80% from 255) = 62.73%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=24.13%
G=62.73%
B=13.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal90234490.6200.790.08106.781.555.49
Hex5AEA313E04F86b5137
Octal132352617601171015312167
Binary10110101110101011000111111001001111100011010111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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