#5AEA1E

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

Shades of Bright Green #5AEA1E

Tints of Bright Green #5AEA1E

Color information

#5AEA1E (or 0x5AEA1E) is unknown color: approx Bright Green. HEX triplet: 5A, EA and 1E. RGB value is (90,234,30). Sum of RGB (Red+Green+Blue) = 90+234+30=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 234 (91.80% from 255 or 66.10% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEA1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AEA1E is #A515E1. Grayscale: #A8A8A8. Windows color (decimal): -10819042 or 2026074. OLE color: 2026074.

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

Color convert

RGB9023430-
CMYK0.6200.870.08
HSL102.35º82.93%51.76%-
HSV(B)102.35º87.18%91.76%-
XYZ33.8761.1111.24-
YUV167.6950.2972.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.42%
GREEN value IS 234 (91.80% from 255) = 66.10%
BLUE value IS 30 (12.11% from 255) = 8.47%
R=25.42%
G=66.10%
B=8.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal90234300.6200.870.08102.3582.9351.76
Hex5AEA1E3E0578665334
Octal132352367601271014612364
Binary1011010111010101111011111001010111100011001101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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